We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70aaa93 commit 4705d04Copy full SHA for 4705d04
doc/channel.jax
@@ -185,7 +185,7 @@ sendを呼ぶたびに毎回コールバックを指定する代わりに、チ
185
==============================================================================
186
5. rawチャンネルを使う *channel-raw*
187
188
-{mode} が "raw" の場合には、以下のようにしてメッセージを送信します:
+{mode} が "raw" の場合には、以下のようにしてメッセージを送信します: >
189
let response = sendraw(handle, {string})
190
{string} はそのまま送信されます。受信した応答メッセージは直ちにチャンネルから
191
読み込み可能になります。この時、Vimにはメッセージの終了をどう判断するかがわか
0 commit comments