diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-09 21:47:45 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-09 22:02:51 +0300 |
commit | 5b4f07ee86194a7c6032991102c96387581029c9 (patch) | |
tree | e2e5a30962a0e86ce704a0d8853cce1698261f52 /test/functional | |
parent | 8d982ab52269e8adccbc21cc0d6f8ab3b817bf6e (diff) | |
download | rneovim-5b4f07ee86194a7c6032991102c96387581029c9.tar.gz rneovim-5b4f07ee86194a7c6032991102c96387581029c9.tar.bz2 rneovim-5b4f07ee86194a7c6032991102c96387581029c9.zip |
spellfile: Use old error
This makes first test not actually show any change in behaviour.
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/spell/spellfile_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/spell/spellfile_spec.lua b/test/functional/spell/spellfile_spec.lua index 88f757249e..e7ad79c009 100644 --- a/test/functional/spell/spellfile_spec.lua +++ b/test/functional/spell/spellfile_spec.lua @@ -34,7 +34,7 @@ describe('spellfile', function() -- │ │ ┌ Condition regex (missing!) .. '\000\001\001') meths.set_option('spelllang', 'en') - eq('Vim(set):E759: Format error in spell file', + eq('Vim(set):E758: Truncated spell file', exc_exec('set spell')) end) it('errors out when prefcond regexp contains NUL byte', function() |