Skip to content

Commit 6ac6f3b

Browse files
committed
Fix by nvcheck
1 parent ef429cd commit 6ac6f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/syntax.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3918,8 +3918,8 @@ syntax/vim.vim によるエラーのハイライトは必ずしも正しいと
39183918
g:vimsyn_novimhictermerror = 1 " :hi エラー
39193919
g:vimsyn_vimhikeyerror = 1 " :hi key=arg エラー
39203920
<
3921-
Neovim 固有の Vim スクリプト要素を強制的にハイライトするには(Neovim を使用し
3922-
ていない場合でも)、以下のように設定する >
3921+
Neovim 固有の Vim script 要素を強制的にハイライトするには(Neovim を使用してい
3922+
ない場合でも)、以下のように設定する >
39233923
39243924
let g:vimsyn_vim_features = ['nvim']
39253925
<

0 commit comments

Comments
 (0)