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> 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