multiline

This commit is contained in:
mattn
2010-03-08 21:17:15 +09:00
parent 7587bf534f
commit 33d049492b

View File

@@ -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"