aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/testdir/test_spell_utf8.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_spell_utf8.vim b/src/nvim/testdir/test_spell_utf8.vim
index 7ee001c090..2fd176557d 100644
--- a/src/nvim/testdir/test_spell_utf8.vim
+++ b/src/nvim/testdir/test_spell_utf8.vim
@@ -817,9 +817,7 @@ func Test_check_empty_line()
sil! norm P]svc
norm P]s
- " set 'encoding' to clear the wordt list
- set enc=latin1
- set enc=utf-8
+ " TODO: should we clear the word list?
bwipe!
endfunc