jeetsukumaran / vim-buffergator

Vim plugin to list, select and switch between buffers.
498 stars 49 forks source link

Add blacklist option #73

Closed monshq closed 11 months ago

monshq commented 8 years ago

After installing neoterm I discovered that it keeps terminal buffer constantly open, so it pops up in buffergator list. Having it there is not what I want, especially when opening it through buffergator leads to weird behaviour of vim windows. I thought that it would be cool to have a blacklist in buffergator, that hides certain buffers from the list, and here it is.

Disclaimer: this is my first time touching vimscript, so corrections are appreciated.