Skip to content

Commit 4705d04

Browse files
committed
Fix highlight
1 parent 70aaa93 commit 4705d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/channel.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ sendを呼ぶたびに毎回コールバックを指定する代わりに、チ
185185
==============================================================================
186186
5. rawチャンネルを使う *channel-raw*
187187

188-
{mode} が "raw" の場合には、以下のようにしてメッセージを送信します:
188+
{mode} が "raw" の場合には、以下のようにしてメッセージを送信します: >
189189
let response = sendraw(handle, {string})
190190
{string} はそのまま送信されます。受信した応答メッセージは直ちにチャンネルから
191191
読み込み可能になります。この時、Vimにはメッセージの終了をどう判断するかがわか

0 commit comments

Comments
 (0)