empty file representation
This commit is contained in:
parent
4a2e7c49a0
commit
3d10c0b6be
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ function! MyTabLine()
|
|||
endif
|
||||
|
||||
if file == ''
|
||||
let file = '[]'
|
||||
let file = "''"
|
||||
endif
|
||||
|
||||
let s .= file . ' '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue