From 32c9db8f377737234049240d3529c2e052f77c28 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Sat, 13 Jul 2013 23:01:02 -0400 Subject: [PATCH] Simplify command. --- autoload/delimitMate.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/delimitMate.vim b/autoload/delimitMate.vim index 084fcfc..944d593 100644 --- a/autoload/delimitMate.vim +++ b/autoload/delimitMate.vim @@ -426,7 +426,7 @@ function! delimitMate#JumpOut(char) "{{{ return ' '.a:char.delimitMate#Del().delimitMate#Del() elseif jump == 5 call delimitMate#FlushBuffer() - return "\:exec \"normal! \\a\"\" + return "\\I\" else return a:char endif