From 45cfa4a0a16a31fd2a94e6ac7187e452287bbcf2 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 1 Sep 2022 12:18:37 -0600 Subject: fieldmarshal.vim: use instead of : to fix some bugs. --- plugin/hints.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/hints.vim') diff --git a/plugin/hints.vim b/plugin/hints.vim index 47282ad..c962a75 100644 --- a/plugin/hints.vim +++ b/plugin/hints.vim @@ -1,3 +1,3 @@ -noremap :call hints#runHints("") -onoremap : call hints#runHints("V") -vnoremap : call hints#runHints("V") +noremap call hints#runHints("") +onoremap call hints#runHints("o") +vnoremap call hints#runHints("") -- cgit