1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00
This commit is contained in:
wsdjeg 2017-04-28 23:17:36 +08:00
parent 36d3ab005d
commit 5031dc21e8

View File

@ -76,6 +76,7 @@ endfunction
let s:box['drawing_table'] = function('s:drawing_table')
" @vimlint(EVL102, 1, l:j)
function! s:drawing_box(data, h, w, bw) abort
if &encoding ==# 'utf-8'
let top_left_corner = '╭'
@ -142,6 +143,7 @@ function! s:drawing_box(data, h, w, bw) abort
endif
return box
endfunction
" @vimlint(EVL102, 0, l:j)
let s:box['drawing_box'] = function('s:drawing_box')