From edbfd44a582cd6c8782c097f0a021d70d0de5ec0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 13 Sep 2015 16:29:35 -0400 Subject: plugin/grappele.vim: Silence mapping Otherwise the mapped command is printed on the command line which isn't necessary and adds visual noise and distraction. --- plugin/grappele.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/grappele.vim b/plugin/grappele.vim index 64d24b5..a4fd3fa 100644 --- a/plugin/grappele.vim +++ b/plugin/grappele.vim @@ -4,7 +4,7 @@ endif let g:loaded_grappele = 1 -nnoremap Grappele :call grappele#Grappele(v:count) +nnoremap Grappele :call grappele#Grappele(v:count) if !hasmapto('Grappele') || !maparg('G', 'n') nmap G Grappele -- cgit v1.2.3