mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Remove noise.
This commit is contained in:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user