diff options
author | ZyX <kp-pav@yandex.ru> | 2017-08-14 01:56:48 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-08-14 01:56:48 +0300 |
commit | 19a28352a925b0a8502d57ec4f42b1412639aa6c (patch) | |
tree | 5ca54d1a1d85a92f134cbbd2367c0062ea8d573c /test/functional/ui/cmdline_highlight_spec.lua | |
parent | 5c60cd2abb74a14a99bea87e0b76e4f35a50bb07 (diff) | |
download | rneovim-19a28352a925b0a8502d57ec4f42b1412639aa6c.tar.gz rneovim-19a28352a925b0a8502d57ec4f42b1412639aa6c.tar.bz2 rneovim-19a28352a925b0a8502d57ec4f42b1412639aa6c.zip |
ex_getln: Make error messages look better
Diffstat (limited to 'test/functional/ui/cmdline_highlight_spec.lua')
-rw-r--r-- | test/functional/ui/cmdline_highlight_spec.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/functional/ui/cmdline_highlight_spec.lua b/test/functional/ui/cmdline_highlight_spec.lua index 1d2a06b7f0..d87ce72599 100644 --- a/test/functional/ui/cmdline_highlight_spec.lua +++ b/test/functional/ui/cmdline_highlight_spec.lua @@ -854,9 +854,9 @@ describe('Ex commands coloring support', function() {EOB:~ }| {EOB:~ }| : | - {ERR:E5408: Unable to get Nvim_color_cmdline }| - {ERR:callback from g:: Vim:E6000: Argument is}| - {ERR: not a function or function name} | + {ERR:E5408: Unable to get g:Nvim_color_cmdlin}| + {ERR:e callback: Vim:E6000: Argument is not a}| + {ERR: function or function name} | :#^ | ]]) end) @@ -884,9 +884,9 @@ describe('Expressions coloring support', function() {EOB:~ }| {EOB:~ }| = | - {ERR:E5409: Unable to get Nvim_color_expr cal}| - {ERR:lback from g:: Vim:E6000: Argument is no}| - {ERR:t a function or function name} | + {ERR:E5409: Unable to get g:Nvim_color_expr c}| + {ERR:allback: Vim:E6000: Argument is not a fu}| + {ERR:nction or function name} | =1^ | ]]) end) |