diff options
Diffstat (limited to 'src/nvim/testdir/test_spell.vim')
| -rw-r--r-- | src/nvim/testdir/test_spell.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_spell.vim b/src/nvim/testdir/test_spell.vim index 66be5c2441..0688d615e7 100644 --- a/src/nvim/testdir/test_spell.vim +++ b/src/nvim/testdir/test_spell.vim @@ -1,7 +1,7 @@ " Test spell checking " TODO: move test58 tests here -if v:true +if !has('spell') finish endif |