mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
erase selected lines.
This commit is contained in:
@@ -790,6 +790,7 @@ function! zencoding#expandAbbr(mode) range
|
||||
let expand = substitute(expand, '\n\s*$', '', 'g')
|
||||
let expand = line[:-len(part)-1] . substitute(expand, "\n", "\n" . indent, 'g') . rest
|
||||
let lines = split(expand, '\n')
|
||||
silent! exe "normal! gvc"
|
||||
call setline(line('.'), lines[0])
|
||||
if len(lines) > 1
|
||||
call append(line('.'), lines[1:])
|
||||
|
||||
Reference in New Issue
Block a user