mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
multiline
This commit is contained in:
@@ -1132,7 +1132,7 @@ function! s:zen_toString(...)
|
||||
let lines = split(current.value, "\n")[1:]
|
||||
let str .= " " . lines[0]
|
||||
for line in lines[1:]
|
||||
let str .= "\n " . line
|
||||
let str .= " |\n " . line
|
||||
endfor
|
||||
endif
|
||||
let str .= "\n"
|
||||
|
||||
Reference in New Issue
Block a user