1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

Use list instead

This commit is contained in:
wsdjeg 2017-04-28 22:43:37 +08:00
parent fe74ebec17
commit 01dfe0f85c

View File

@ -140,7 +140,7 @@ function! s:drawing_box(data, h, w, bw) abort
else
let box[-1] = bottom_line
endif
return join(box, "\n")
return box
endfunction
let s:box['drawing_box'] = function('s:drawing_box')