diff --git a/autoload/pencil.vim b/autoload/pencil.vim index 374aafe..3e379d5 100644 --- a/autoload/pencil.vim +++ b/autoload/pencil.vim @@ -47,9 +47,9 @@ endf fun! s:imap(preserve_completion, key, icmd) if a:preserve_completion - exe ":ino " . a:key . " pumvisible() ? \"" . a:key . "\" : \"" . a:icmd . "\"" + exe ":ino " . a:key . " pumvisible() ? \"" . a:key . "\" : \"" . a:icmd . "\"" el - exe ":ino " . a:key . " " . a:icmd + exe ":ino " . a:key . " " . a:icmd en endf