jeetsukumaran / vim-buffergator

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

Buffergator window gets resized with the other windows #6

Closed jceb closed 13 years ago

jceb commented 13 years ago

The buffergator window gets resized when I press =. I'd expect the window to stick to the configured size (g:buffergator_split_size).

Line 9 of the following patch adds the 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 been implemented (with width fixed for vertical splits, and height fixed for horizontal splits)