mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
d4fae57a4c
commit
f666b2cb12
@ -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' ..
|
||||
|
Loading…
Reference in New Issue
Block a user