diff options
author | ZyX <kp-pav@yandex.ru> | 2017-08-14 01:22:10 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-08-14 01:22:10 +0300 |
commit | 0571b8cb0eba8f8ec10b33910bb5164a123af44d (patch) | |
tree | 960b026cbe59a9e658f723de5ca053f5a5a5a9b7 /test/functional/ui/cmdline_highlight_spec.lua | |
parent | f1ef94b87150bd8f1f70c670409bd668136b8258 (diff) | |
download | rneovim-0571b8cb0eba8f8ec10b33910bb5164a123af44d.tar.gz rneovim-0571b8cb0eba8f8ec10b33910bb5164a123af44d.tar.bz2 rneovim-0571b8cb0eba8f8ec10b33910bb5164a123af44d.zip |
functests: Alter comment
Diffstat (limited to 'test/functional/ui/cmdline_highlight_spec.lua')
-rw-r--r-- | test/functional/ui/cmdline_highlight_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/cmdline_highlight_spec.lua b/test/functional/ui/cmdline_highlight_spec.lua index 262d706e4e..1d2a06b7f0 100644 --- a/test/functional/ui/cmdline_highlight_spec.lua +++ b/test/functional/ui/cmdline_highlight_spec.lua @@ -13,7 +13,7 @@ local curbufmeths = helpers.curbufmeths local screen --- Bug in input() handling: {REDRAW} will erase the whole prompt up until +-- Bug in input() handling: :redraw! will erase the whole prompt up until -- user types something. It exists in Vim as well, so using `h<BS>` as -- a workaround. local function redraw_input() |