You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: