mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 20:54:26 +08:00
buflist: do not consider empty buffers to be excluded
currently, empty buffer names were still considered to match against the exclude_path setting. That does not make sense, so skip the check for empty bufnames.
This commit is contained in:
@@ -358,7 +358,7 @@ The "!" prevents terminal buffers to appear in the tabline.
|
||||
|
||||
*airline#extensions#tabline#exclude_buffers*
|
||||
Buffer numbers to be excluded from showing in the tabline (similar to
|
||||
|airline#ignore_bufadd_pat|.
|
||||
|airline#ignore_bufadd_pat|).
|
||||
|
||||
==============================================================================
|
||||
EXTENSIONS *airline-extensions*
|
||||
|
||||
Reference in New Issue
Block a user