This commit is contained in:
Ray Elliott 2021-09-07 13:44:51 +01:00
commit be3f150d12

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