aboutsummaryrefslogtreecommitdiff
path: root/autoload/hints.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/hints.vim')
-rw-r--r--autoload/hints.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/hints.vim b/autoload/hints.vim
index e7b9a1b..e699736 100644
--- a/autoload/hints.vim
+++ b/autoload/hints.vim
@@ -81,7 +81,7 @@ endfunction
function! hints#runHints(visual) abort
let hints = s:generate_hints()
call s:display_hints(hints)
- redraw!
+ redraw
let c1 = getchar()