From 5b004ca49dd8d3bbf6e928838d95f613d17b6e82 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Fri, 25 Jun 2010 15:17:51 -0500 Subject: [PATCH] Comment formatting. --- autoload/delimitMate.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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