Skip to content

Commit ce43d5f

Browse files
tsuyoshichoh-east
andauthored
map.jax: review fix
Co-authored-by: h_east <h.east.727@gmail.com>
1 parent 5e2a944 commit ce43d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/map.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Note: ":map <script>" と ":noremap <script>" の動作は同じです。コマ
241241
:inoremap <expr> . <SID>InsertDot()
242242
s:InsertDot() 関数の戻り値が挿入されます。カーソルの前のテキストをチェックし
243243
て、ある条件に一致するなら omni 補完を開始する、というようなことができます。
244-
グローバルの名前空間の汚染を回避するには、スクリプトローカルの関数を利用するこ
244+
グローバルな名前空間の汚染を回避するには、スクリプトローカル関数を利用するこ
245245
とが望しいです。RHS内に <SID> を使ってマッピングが定義されたスクリプトを見付け
246246
られるようにします。
247247

0 commit comments

Comments
 (0)