tabline: do not display neovim terminal there

This commit is contained in:
Christian Brabandt
2019-08-26 15:16:38 +02:00
parent 22f54d8528
commit 6409c7b317
2 changed files with 2 additions and 2 deletions

View File

@@ -390,7 +390,7 @@ window.
Determines a pattern to ignore a buffer name for various things (e.g. the
tabline extension) or the read-only check. Default is
`g:airline#extensions#tabline#ignore_bufadd_pat` (see below) or
`'!|defx|gundo|nerd_tree|startify|tagbar|undotree|vimfiler'` if it is unset.
`'!|defx|gundo|nerd_tree|startify|tagbar|term://|undotree|vimfiler'` if it is unset.
The "!" prevents terminal buffers to appear in the tabline.