mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 04:34:29 +08:00
Simplify command.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user