Skip to content

Commit 89c8b93

Browse files
committed
usr_51.jax: Fix normal number spacing and folding
1 parent 65447fb commit 89c8b93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/usr_51.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ exists(":Cmd") ユーザー定義コマンドが既にあるかどうかをチ
555555
enddef
556556
endif
557557
<
558-
スクリプトが 2 回目に読み込まれた時に関数が削除されるのを防ぐため、
559-
`vim9script` コマンドに "noclear" を使用することを忘れないでください。
558+
スクリプトが2回目に読み込まれた時に関数が削除されるのを防ぐため、`vim9script`
559+
コマンドに "noclear" を使用することを忘れないでください。
560560

561561

562562
☆アンドゥ *undo_indent* *undo_ftplugin*
@@ -597,9 +597,9 @@ exists(":Cmd") ユーザー定義コマンドが既にあるかどうかをチ
597597
598598
au BufNewFile,BufRead *.foo setlocal filetype=foofoo
599599
600-
この 1 行のファイルを "ftdetect/foofoo.vim" として、'runtimepath' に表示され
601-
る最初のディレクトリに書き込みます。Unix の場合、"~/.vim/ftdetect/foofoo.vim"
602-
になります。規則では、スクリプト名にファイルタイプ名を使用します。
600+
この1行のファイルを "ftdetect/foofoo.vim" として、'runtimepath' に表示される
601+
最初のディレクトリに書き込みます。Unix の場合、"~/.vim/ftdetect/foofoo.vim"
602+
なります。規則では、スクリプト名にファイルタイプ名を使用します。
603603

604604
必要に応じて、ファイルの内容を調べて言語を認識するなど、より複雑なチェックを行
605605
うことができます。|new-filetype| も参照。

0 commit comments

Comments
 (0)