empty file representation

This commit is contained in:
ManjaroOne666 2018-04-17 19:06:38 +01:00
parent 4a2e7c49a0
commit 3d10c0b6be
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function! MyTabLine()
endif
if file == ''
let file = '[]'
let file = "''"
endif
let s .= file . ' '