vim-plugin-minibufexpl icon indicating copy to clipboard operation
vim-plugin-minibufexpl copied to clipboard

Elegant buffer explorer - takes very little screen space

Results 24 vim-plugin-minibufexpl issues
Sort by recently updated
recently updated
newest added

If I open a buffer it may have a buffer number less than the last buffer added. If this happens, the buffers display in the wrong order. It is a...

On line 625 MiniBufExplr changes `&equalalways` without my permission. That's it. ;)

bug

I was annoyed with not be able to jump to buffers by number (because buffer numbers drift), so I wrote this. I've tested it in every mode I could think...

Hi there, For the record: great plugin. I'm wondering why there are two repos for this? Which one is the one to use? According to your readme: one is for...

When trying to set the color scheme for MBE, I noticed that background colors where ignored. This was caused by the cursorline being set to the one and only line...

It appeared a bug that use with https://github.com/scrooloose/syntastic. the original issue is here: https://github.com/scrooloose/syntastic/issues/1538 And according to @lcd047 's reply, he said it's a bug of `minibufexpl`. So could you...

The original issue: https://github.com/weynhamz/vim-plugin-minibufexpl/issues/46 This should fix the old issue from [fholgado/minibufexpl.vim#119](https://github.com/fholgado/minibufexpl.vim/issues/119), I don't think it has been resolved yet. The problem is, at various places this check is performed:...

Just found this fork, and it fixes every single issue I had with original, which is awesome. However, I have it ingrained into my fingers to move up to the...

minibuffer停止更新了么?

When I'm in the MBE window and I select a buffer and hit "d", if that buffer is currently open in a window, then that buffer will be a deleted...