We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8c6a8 commit 60d16d4Copy full SHA for 60d16d4
doc/autocmd.jax
@@ -128,7 +128,7 @@ Note ":autocmd" の引数の中の特別な文字 (例えば "%" や "<cword>"
128
129
ここで <sfile> は、この行を含むファイルの名前に展開される。
130
ただし、<sfile> は関数内では異なる動作をするため、同じ目的を達成するには
131
-<script> で `:execute` を使用する方が適切である: >
+<script> とともに `:execute` を使用する方が適切である: >
132
>
133
:exe $'au BufNewFile,BufRead *.html so {expand("<script>:h")}/html.vim'
134
0 commit comments