From f666b2cb122d40cc5cf625b30c0735a825b2cbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Linse?= Date: Thu, 20 Aug 2015 14:40:03 +0200 Subject: [PATCH] test59: Make "syntax off" explicit, as default may change with #2675 Helped-By: Felipe Morales --- test/functional/legacy/059_utf8_spell_checking_spec.lua | 1 + 1 file changed, 1 insertion(+) 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' ..