mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test59: Make "syntax off" explicit, as default may change with #2675
Helped-By: Felipe Morales <hel.sheep@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@ local write_file = helpers.write_file
|
||||
describe("spell checking with 'encoding' set to utf-8", function()
|
||||
setup(function()
|
||||
clear()
|
||||
execute("syntax off")
|
||||
-- This file should be encoded in ISO8859-1.
|
||||
write_file('Xtest1.aff',
|
||||
'SET ISO8859-1\n' ..
|
||||
|
||||
Reference in New Issue
Block a user