diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-08-09 00:56:19 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-08-09 00:56:19 -0600 |
commit | 487a0e61303523ee108beb9eea4c276cd11388ec (patch) | |
tree | e049acd955b2c0657c4af4ed488d9e5f8508c5aa /autoload/hints.vim | |
parent | 54ce931f0bcede9affde3a6934656fa6d4ad9961 (diff) | |
download | fieldmarshal.vim-487a0e61303523ee108beb9eea4c276cd11388ec.tar.gz fieldmarshal.vim-487a0e61303523ee108beb9eea4c276cd11388ec.tar.bz2 fieldmarshal.vim-487a0e61303523ee108beb9eea4c276cd11388ec.zip |
Change the default plugin. Only use redraw, not redraw!
Diffstat (limited to 'autoload/hints.vim')
-rw-r--r-- | autoload/hints.vim | 2 |
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() |