From 6feb0b0be638e2a4d28ef58106dccfdc3c183278 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 16 Sep 2015 23:09:51 -0400 Subject: plugin/grappele.vim: Silence `G` mapping Don't output the mapping result in the command line when using the `G` command. Was handling this prevously with the `Grappele` mapping but not with the new one that I added in 07a75d523eadaf1027aa8bf287256602ad05f97f. --- plugin/grappele.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/grappele.vim b/plugin/grappele.vim index b21f4b7..f02e46c 100644 --- a/plugin/grappele.vim +++ b/plugin/grappele.vim @@ -8,7 +8,7 @@ nnoremap Grappele :call grappele#Grappele(v:count) nnoremap GrappeleRecall :call grappele#Recall() if !hasmapto('Grappele') || !maparg('G', 'n') - nnoremap G :call grappele#Grappele(v:count) + nnoremap G :call grappele#Grappele(v:count) endif if !hasmapto('GrappeleRecall') || !maparg('gG', 'n') -- cgit v1.2.3