mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:50:04 +08:00
fix(tabline): fix undefined s:lsep variable
close https://github.com/SpaceVim/SpaceVim/issues/4723
This commit is contained in:
parent
61cc23b8a0
commit
0b91495ff2
@ -65,6 +65,10 @@ let s:i_separators = {
|
|||||||
\ 'nil' : ['', ''],
|
\ 'nil' : ['', ''],
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
let [s:lsep , s:rsep] = ['', '']
|
||||||
|
|
||||||
|
let [s:ilsep , s:irsep] = ['', '']
|
||||||
|
|
||||||
let s:enable_default_mappings = 1
|
let s:enable_default_mappings = 1
|
||||||
|
|
||||||
function! s:get_no_empty(a, b) abort
|
function! s:get_no_empty(a, b) abort
|
||||||
|
Loading…
Reference in New Issue
Block a user