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