Remove noise.

This commit is contained in:
Israel Chauca Fuentes
2012-02-12 13:33:04 -05:00
parent 9d133d5b69
commit eade67b409

View File

@@ -140,7 +140,6 @@ function! delimitMate#WriteAfter(str) "{{{
call setline('.',a:str.line)
else
let line = line[:(col)].a:str.line[(col+len):]
echom 'line: '.line
call setline('.',line)
endif
return ''