empty file representation
This commit is contained in:
parent
4a2e7c49a0
commit
3d10c0b6be
|
@ -40,7 +40,7 @@ function! MyTabLine()
|
|||
endif
|
||||
|
||||
if file == ''
|
||||
let file = '[]'
|
||||
let file = "''"
|
||||
endif
|
||||
|
||||
let s .= file . ' '
|
||||
|
|
Loading…
Reference in New Issue