Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot select files with similar names (one name part of the other name) #110

Open
oliv5 opened this issue Nov 4, 2013 · 0 comments
Open

Comments

@oliv5
Copy link

oliv5 commented Nov 4, 2013

I have MBE running with 2 files opened: "aaabbb.cc" and "aabbb.c"
I set g:miniBufExplShowBufNumbers=0.

When I click/double-click/select file "aabbb.c", then file "aaabbb.cc" is opened instead.
I can still open "aabbb.c" using :MBEbp or :MBEbn.

When I set g:miniBufExplShowBufNumbers=1, the issue vanishes.

My MBE config
let g:miniBufExplStatusLineText = ""
let g:miniBufExplBuffersNeeded = 2
let g:miniBufExplUseSingleClick = 1
let g:miniBufExplCycleArround = 1
let g:miniBufExplShowBufNumbers = 0
let g:miniBufExplAutoStart = 1
let g:miniBufExplAutoUpdate = 1
let g:miniBufExplSplitToEdge = 1
let g:miniBufExplTabWrap = 1
let g:miniBufExplMinSize = 1
let g:miniBufExplMaxSize = 3
let g:miniBufExplSortBy = 'mru'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant