mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-08-12 19:06:57 +08:00
Fixed duplicate <silent>.
This commit is contained in:
@@ -706,7 +706,7 @@ function! delimitMate#ExtraMappings() "{{{
|
|||||||
"processes the escape sequence for terminal keys, see 'ttimeout' for a
|
"processes the escape sequence for terminal keys, see 'ttimeout' for a
|
||||||
"rough explanation, this just forces it to work
|
"rough explanation, this just forces it to work
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
inoremap <silent> <silent> <C-[>OC <RIGHT>
|
inoremap <silent> <C-[>OC <RIGHT>
|
||||||
endif
|
endif
|
||||||
endfunction "}}}
|
endfunction "}}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user