mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 19:24: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 lines = split(current.value, "\n")[1:]
|
||||||
let str .= " " . lines[0]
|
let str .= " " . lines[0]
|
||||||
for line in lines[1:]
|
for line in lines[1:]
|
||||||
let str .= "\n " . line
|
let str .= " |\n " . line
|
||||||
endfor
|
endfor
|
||||||
endif
|
endif
|
||||||
let str .= "\n"
|
let str .= "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user