mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-08 05:34:45 +08:00
Forgot to save <Del> fix :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user