File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -555,8 +555,8 @@ exists(":Cmd") ユーザー定義コマンドが既にあるかどうかをチ
555
555
enddef
556
556
endif
557
557
<
558
- スクリプトが 2 回目に読み込まれた時に関数が削除されるのを防ぐため、
559
- ` vim9script ` コマンドに "noclear" を使用することを忘れないでください。
558
+ スクリプトが2回目に読み込まれた時に関数が削除されるのを防ぐため、 ` vim9script `
559
+ コマンドに "noclear" を使用することを忘れないでください。
560
560
561
561
562
562
☆アンドゥ *undo_indent* *undo_ftplugin*
@@ -597,9 +597,9 @@ exists(":Cmd") ユーザー定義コマンドが既にあるかどうかをチ
597
597
598
598
au BufNewFile,BufRead *.foo setlocal filetype=foofoo
599
599
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
+ なります 。規則では、スクリプト名にファイルタイプ名を使用します。
603
603
604
604
必要に応じて、ファイルの内容を調べて言語を認識するなど、より複雑なチェックを行
605
605
うことができます。| new-filetype | も参照。
You can’t perform that action at this time.
0 commit comments