mirror of
https://github.com/neovim/neovim.git
synced 2025-11-06 10:44:22 +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()
|
describe("spell checking with 'encoding' set to utf-8", function()
|
||||||
setup(function()
|
setup(function()
|
||||||
clear()
|
clear()
|
||||||
|
execute("syntax off")
|
||||||
-- This file should be encoded in ISO8859-1.
|
-- This file should be encoded in ISO8859-1.
|
||||||
write_file('Xtest1.aff',
|
write_file('Xtest1.aff',
|
||||||
'SET ISO8859-1\n' ..
|
'SET ISO8859-1\n' ..
|
||||||
|
|||||||
Reference in New Issue
Block a user