Skip to content

Commit c9dfdfe

Browse files
committed
Fix wrong file name, feature.h
1 parent 2cee5de commit c9dfdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/various.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
305305
Vim の、どの機能が有効になっているかも表示されます。機
306306
能名の前に '+' があれば、その機能は有効になっていま
307307
す。'-' のときは無効になっています。
308-
機能の有無を変えるには features.h を編集して、Vim をコ
308+
機能の有無を変えるには feature.h を編集して、Vim をコ
309309
ンパイルし直す必要があります。Vim script から機能の有
310310
無を確認するには |has()| を使います。以下に、機能の概
311311
要を示します。

0 commit comments

Comments
 (0)