From 72e639ff1af0cb4443a3d0ca322ef49b9cd7b71d Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Tue, 11 May 2010 13:22:51 -0500 Subject: [PATCH] Fix #17 didn't work. --- autoload/delimitMate.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/delimitMate.vim b/autoload/delimitMate.vim index 18ce29d..09eecfc 100644 --- a/autoload/delimitMate.vim +++ b/autoload/delimitMate.vim @@ -497,7 +497,7 @@ function! delimitMate#Finish() " {{{ "echom 'col: ' . col . '-' . line[:col] . "|" . line[col+len+1:] . '%' . buffer call setline('.', line[:col] . line[col+len+1:]) let i = 1 - let lefts = '' + let lefts = "\" while i < len let lefts = lefts . "\" let i += 1