diff --git a/autoload/delimitMate.vim b/autoload/delimitMate.vim index a905bb7..d18051f 100644 --- a/autoload/delimitMate.vim +++ b/autoload/delimitMate.vim @@ -682,9 +682,9 @@ function! delimitMate#ExtraMappings() "{{{ inoremap =delimitMate#Del() - "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 OC endif