From 487a0e61303523ee108beb9eea4c276cd11388ec Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 9 Aug 2022 00:56:19 -0600 Subject: Change the default plugin. Only use redraw, not redraw! --- autoload/hints.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/hints.vim') 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() -- cgit