mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-09 12:04:47 +08:00
fixed indent.
This commit is contained in:
@@ -1080,6 +1080,8 @@ function! s:zen_expand(mode) range
|
|||||||
else
|
else
|
||||||
let str = ''
|
let str = ''
|
||||||
if a:firstline != a:lastline
|
if a:firstline != a:lastline
|
||||||
|
let line = getline(a:firstline)
|
||||||
|
let part = substitute(line, '^\s*', '', '')
|
||||||
for n in range(a:firstline, a:lastline)
|
for n in range(a:firstline, a:lastline)
|
||||||
let str .= getline(n) . "\n"
|
let str .= getline(n) . "\n"
|
||||||
endfor
|
endfor
|
||||||
|
|||||||
Reference in New Issue
Block a user