1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Set function on statusbar only if tagbar is avaialable

This commit is contained in:
2016-12-11 09:28:26 +01:00
parent e1186e4140
commit d68fcfa6dc

6
vimrc
View File

@@ -94,8 +94,10 @@ set statusline=%<%F " filename (fullpath)
set statusline+=\ %h " indicator for help buffer
set statusline+=%m " modified flag
set statusline+=%r " readonly flag
set statusline+=\ %{tagbar#currenttag('%s','','f')} " current tag
set statusline+=\ %{tagbar#currenttagtype('(%s)','')} " current tag type
if exists(':Tagbar')
set statusline+=\ %{tagbar#currenttag('%s','','f')} " current tag
set statusline+=\ %{tagbar#currenttagtype('(%s)','')} " current tag type
endif
set statusline+=%= " switch to the right
set statusline+=%(%l,%c%V%) " line, column and virtual column
set statusline+=\ %3p%% " percentage of the file