jeetsukumaran / vim-buffergator

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

Autoupdate functionality #12

Closed stephenprater closed 12 years ago

stephenprater commented 12 years ago

This provides MBE like autoupdate functionality for the BufferGator (notably NOT the Tab Buffer Catalog, only the listed buffers version.) In order to make this a little easier to use, it also sets up "buffer status symbols" for current, alternate (and modified, which already existed) and changes the syntax definitions to the accommodate this. in a quasi-related change, it keeps track of the current buffer and uses the set currentline function to highlight it rather than it's own function.