Created
December 10, 2010 15:50
-
-
Save fholgado/736363 to your computer and use it in GitHub Desktop.
MiniBufExpl Feature Suggestion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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