From 0571b8cb0eba8f8ec10b33910bb5164a123af44d Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 14 Aug 2017 01:22:10 +0300 Subject: [PATCH] functests: Alter comment --- test/functional/ui/cmdline_highlight_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` as -- a workaround. local function redraw_input()