Skip to content

Instantly share code, notes, and snippets.

@fholgado
Created December 10, 2010 15:50
Show Gist options
  • Save fholgado/736363 to your computer and use it in GitHub Desktop.
Save fholgado/736363 to your computer and use it in GitHub Desktop.
MiniBufExpl Feature Suggestion
Anyways, I think the only issue with this otherwise great plugin is that you don't have an indication of what buffer your cursor is currently active in. See the following screenshot for an example:
http://fhl.gd/mhM
I have 2 buffers open in a split, and as expected, both buffers are shown as "MBEVisibleNormal" defined in the plugin. It would be great if we could have a color property in the plugin to be something like "MBEVisibleNormalActive", so that we can define a color for a buffer which contains the active cursor.
I am assuming we would need an "Active" category for each of the states defined now:
hi def link MBENormal Comment
hi def link MBEChanged String
hi def link MBEVisibleNormal Special
hi def link MBEVisibleChanged Special
I think that this addition would make this plugin much more useful when working with multiple split buffers at the same time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment