Skip to content

Commit 60d16d4

Browse files
committed
fix by review suggested.
1 parent 8a8c6a8 commit 60d16d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/autocmd.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Note ":autocmd" の引数の中の特別な文字 (例えば "%" や "<cword>"
128128
129129
ここで <sfile> は、この行を含むファイルの名前に展開される。
130130
ただし、<sfile> は関数内では異なる動作をするため、同じ目的を達成するには
131-
<script> `:execute` を使用する方が適切である: >
131+
<script> とともに `:execute` を使用する方が適切である: >
132132
>
133133
:exe $'au BufNewFile,BufRead *.html so {expand("<script>:h")}/html.vim'
134134

0 commit comments

Comments
 (0)