mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-08 13:44:47 +08:00
Comment formatting.
This commit is contained in:
@@ -682,9 +682,9 @@ function! delimitMate#ExtraMappings() "{{{
|
|||||||
|
|
||||||
inoremap <silent> <buffer> <Del> <C-R>=delimitMate#Del()<CR>
|
inoremap <silent> <buffer> <Del> <C-R>=delimitMate#Del()<CR>
|
||||||
|
|
||||||
"the following simply creates an ambiguous mapping so vim fully
|
" The following simply creates an ambiguous mapping so vim fully processes
|
||||||
"processes the escape sequence for terminal keys, see 'ttimeout' for a
|
" the escape sequence for terminal keys, see 'ttimeout' for a rough
|
||||||
"rough explanation, this just forces it to work
|
" explanation, this just forces it to work
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
inoremap <silent> <C-[>OC <RIGHT>
|
inoremap <silent> <C-[>OC <RIGHT>
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user