jeetsukumaran / vim-buffergator

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

Alternate buffer is not updated when selecting a new buffer #5

Closed jceb closed 13 years ago

jceb commented 13 years ago

When I select a buffer in buffergator the alternate buffer stays the same in the target window. I'd expect buffergator to work similar to the :buffer command.

Line 18 of the following patch implements this functionality: https://github.com/jceb/vimrc/blob/master/patches/buffergator_make_winheight_fixed_update_alternative_buffer_add_keybindings_to_statusbar.patch

jeetsukumaran commented 13 years ago

Thanks for this. Will incorporate it into the my code tree, push and release.

jeetsukumaran commented 13 years ago

This has be included.