update
This commit is contained in:
parent
5c336c9c12
commit
be3f150d12
|
@ -44,7 +44,7 @@ function! MyTabLine() "{{{
|
|||
let l:file = "''"
|
||||
endif
|
||||
|
||||
let l:customtabline .= l:file . ' '
|
||||
let l:customtabline .= l:file . '%T%#TabLineFill# '
|
||||
|
||||
let l:tabnumber = l:tabnumber + 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue