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:
parent
fe74ebec17
commit
01dfe0f85c
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user