aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2015-08-20 14:40:03 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2015-08-26 10:31:02 +0200
commitf666b2cb122d40cc5cf625b30c0735a825b2cbfa (patch)
treeb4e305634dc16f05f952a2d9f063e66282ffa969 /test
parentd4fae57a4c6f008cc0281f710d1840e81fca7625 (diff)
downloadrneovim-f666b2cb122d40cc5cf625b30c0735a825b2cbfa.tar.gz
rneovim-f666b2cb122d40cc5cf625b30c0735a825b2cbfa.tar.bz2
rneovim-f666b2cb122d40cc5cf625b30c0735a825b2cbfa.zip
test59: Make "syntax off" explicit, as default may change with #2675
Helped-By: Felipe Morales <hel.sheep@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/functional/legacy/059_utf8_spell_checking_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/legacy/059_utf8_spell_checking_spec.lua b/test/functional/legacy/059_utf8_spell_checking_spec.lua
index 4e9ef19a3f..e93cacf2c5 100644
--- a/test/functional/legacy/059_utf8_spell_checking_spec.lua
+++ b/test/functional/legacy/059_utf8_spell_checking_spec.lua
@@ -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' ..