From 06ced6b640a9e191ca8ce8493e764ad02f7a2c97 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 12 Feb 2014 02:57:47 +0900 Subject: [PATCH] Use map --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug.vim b/plug.vim index f3bb8b7..e3df7f7 100644 --- a/plug.vim +++ b/plug.vim @@ -117,7 +117,7 @@ function! plug#end() if cmd =~ '^.\+' if empty(mapcheck(cmd)) execute printf( - \ "noremap %s :call lod_map(%s, %s)", cmd, string(cmd), string(plug)) + \ "noremap %s :call lod_map(%s, %s)", cmd, string(cmd), string(plug)) endif elseif !exists(':'.cmd) execute printf(