From b25906e6101d7b7673136aa594dba35372f93c36 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Mon, 3 May 2010 03:22:41 -0500 Subject: [PATCH] Forgot to save fix :) --- autoload/delimitMate.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/delimitMate.vim b/autoload/delimitMate.vim index eb7f914..9e32c55 100644 --- a/autoload/delimitMate.vim +++ b/autoload/delimitMate.vim @@ -305,7 +305,6 @@ function! delimitMate#Del() " {{{ let line = getline('.') let col = col('.') - 2 call delimitMate#RmBuffer(1) - echom line[:col-1] . "|" . line[col+1:] call setline('.', line[:col] . line[col+2:]) return '' else