-
Notifications
You must be signed in to change notification settings - Fork 49
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
:BuffergatorMruCyclePrev and ...Next doesn't cycle through global MRU list when g:buffergator_mru_cycle_local_to_window is set to 0 #84
Comments
Issue jeetsukumaran#84 of the 'jeetsukumaran/vim-buffergator' is here: jeetsukumaran#84 Pass the MRU list to s:_find_mru_bufnr and let it use this list instead of the window list. This list has already been decided whether it's global or window list before it's passed.
Don't think this repo is still being maintained. I forked my own version with the fix. Here: https://github.com/automotua/vim-buffergator |
Actually, I'd like to keep it open and see if anyone will still come back and see this. |
I have not had time to review your PR over the last couple of weeks. I will look at it when I get the time. |
Pass the MRU list to s:_find_mru_bufnr and let it use this list instead of the window list. This list has already been decided whether it's global or window list before it's passed.
Pass the MRU list to s:_find_mru_bufnr and let it use this list instead of the window list. This list has already been decided whether it's global or window list before it's passed.
Cool. I've just created the PR: #85 |
Thanks. I will look at it when I can. I am afraid that it will be later rather than sooner due to other commitments right now. |
No worries. As long as the project is not dead, we are good. 😄
…On Mon, Mar 19, 2018 at 10:16 AM Jeet Sukumaran ***@***.***> wrote:
Thanks. I will look at it when I can. I am afraid that it will be later
rather than sooner due to other commitments right now.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#84 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFzA7SD1rwRgEpQfEnJ0TfZ94YWMz2oPks5tf-f1gaJpZM4SiUvz>
.
|
When g:buffergator_mru_cycle_local_to_window is set to 0, I expect :BuffergatorMruCyclePrev and : BuffergatorMruCycleNext should also cycle through the global MRU list, instead of the window one. It does not behave in this way right now.
I suspect it might be a bug instead of an intended behavior, and I've got a PR to fix it.
The text was updated successfully, but these errors were encountered: