This commit is contained in:
Ray Elliott 2021-09-07 13:44:51 +01:00
parent 5c336c9c12
commit be3f150d12
1 changed files with 1 additions and 1 deletions

View File

@ -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