jeetsukumaran / vim-buffergator

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

bring currently selected buffer into buffergator view if necessary #14

Closed stephenprater closed 12 years ago

stephenprater commented 12 years ago

fixes a small bug where if you have a lot of buffers open the current selection will not be visible in the buffergator. it will now automatically scroll the current buffer to the top (or bottom) of the buffergator when the buffer changes.