Comment formatting.

This commit is contained in:
Israel Chauca Fuentes
2010-06-25 15:17:51 -05:00
parent 34df78f8ab
commit 5b004ca49d

View File

@@ -682,9 +682,9 @@ function! delimitMate#ExtraMappings() "{{{
inoremap <silent> <buffer> <Del> <C-R>=delimitMate#Del()<CR>
"the following simply creates an ambiguous mapping so vim fully
"processes the escape sequence for terminal keys, see 'ttimeout' for a
"rough explanation, this just forces it to work
" The following simply creates an ambiguous mapping so vim fully processes
" the escape sequence for terminal keys, see 'ttimeout' for a rough
" explanation, this just forces it to work
if !has('gui_running')
inoremap <silent> <C-[>OC <RIGHT>
endif