Aarto Matti schrieb:
> I know it's not a bug, but can I somehow not display modified flags for
> MiniBufExplorer?
>
> That's from my statusline setup:
> set statusline+=%m
>
> Obviously I always see [-] on MiniBufExplorer's stripe which is confusing
> when the flag is highlighted on purpose to distinguish modified buffers from
> others.
You can try to set a window-local 'statusline':
:au BufEnter -MiniBufExplorer- setlocal statusline=%f
Tested with MBE v6.3.2
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---