Simplify command.

This commit is contained in:
Israel Chauca Fuentes
2013-07-13 23:01:02 -04:00
parent a77423a46f
commit 32c9db8f37

View File

@@ -426,7 +426,7 @@ function! delimitMate#JumpOut(char) "{{{
return ' '.a:char.delimitMate#Del().delimitMate#Del()
elseif jump == 5
call delimitMate#FlushBuffer()
return "\<C-O>:exec \"normal! \\<CR>a\"\<CR>"
return "\<Down>\<C-O>I\<Right>"
else
return a:char
endif