aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cmdline_highlight_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-08-14 01:22:10 +0300
committerZyX <kp-pav@yandex.ru>2017-08-14 01:22:10 +0300
commit0571b8cb0eba8f8ec10b33910bb5164a123af44d (patch)
tree960b026cbe59a9e658f723de5ca053f5a5a5a9b7 /test/functional/ui/cmdline_highlight_spec.lua
parentf1ef94b87150bd8f1f70c670409bd668136b8258 (diff)
downloadrneovim-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.lua2
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()