mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Fix lint
This commit is contained in:
parent
36d3ab005d
commit
5031dc21e8
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user