mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-22 08:20:11 +08:00
tabline: Ignore buffers in buflist matching ignore_bufadd_pat
closes #1777
This commit is contained in:
@@ -48,8 +48,6 @@ function! s:update_tabline()
|
||||
return
|
||||
endif
|
||||
let match = expand('<afile>')
|
||||
let ignore_bufadd_pat = get(g:, 'airline#extensions#tabline#ignore_bufadd_pat',
|
||||
\ '\c\vgundo|undotree|vimfiler|tagbar|nerd_tree|startify')
|
||||
if pumvisible()
|
||||
return
|
||||
elseif !get(g:, 'airline#extensions#tabline#enabled', 0)
|
||||
|
||||
Reference in New Issue
Block a user