Skip to content

Commit 4ceb136

Browse files
tsuyoshichoh-east
andcommitted
map.jax: fix translate suggestion
Co-authored-by: h_east <[email protected]>
1 parent a2430fb commit 4ceb136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/map.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
unmap @@ # Vim9 script コメント
179179
unmap @@ " 旧来のスクリプトのコメント
180180
181-
これで発生するエラーは、認識するのは非常に困難で、なぜなら `unmap @@ ` の終端
182-
にある空白が不可視だからです
181+
`unmap @@ ` の末尾が空白文字のためエラーになりますが、これは見えないので特定す
182+
るのが非常に困難です
183183

184184
一般的な解決策はマップしたキーの後の右にコマンド区切りの "|" を置くことです。
185185
その後に空白とコメントを続けます: >

0 commit comments

Comments
 (0)