do not show filename when buftype is empty
This commit is contained in:
parent
70999971b5
commit
e072905ec4
1 changed files with 2 additions and 1 deletions
3
init.vim
3
init.vim
|
|
@ -331,7 +331,8 @@ set statusline+=%{coc#status()}
|
|||
" separator
|
||||
set statusline+=%=%#StatusLine#
|
||||
set statusline+=%y\
|
||||
set statusline+=%r\ %m\ %f
|
||||
set statusline+=%r\ %m\
|
||||
set statusline+=%{&buftype==''?expand('%f'):''}
|
||||
set statusline+=\
|
||||
|
||||
set conceallevel=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue