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(