From 3620ae942d88ea22d677cea4fa5dab7b10923df0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 13 Sep 2015 16:08:52 -0400 Subject: plugin/grappele.vim: Fix mapping (add missing ) --- plugin/grappele.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/grappele.vim b/plugin/grappele.vim index 3237274..a37e945 100644 --- a/plugin/grappele.vim +++ b/plugin/grappele.vim @@ -4,7 +4,7 @@ endif let g:loaded_grappele = 1 -nnoremap Grappele :call grappele#Grappele() +nnoremap Grappele :call grappele#Grappele() if !hasmapto('Grappele') || !maparg('G', 'n') nmap G Grappele -- cgit v1.2.3