-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
LeaderfBufferAll doesn't list all buffers #95
Comments
Sorry, I can not reproduce, could you provide more detail? |
A weird problem. I even trimmed .vimrc to load via vim-plug only this plugin with no other settings. Same results. On "vim *", LeaderfBufferAll only lists the current buffer, shows "1/1" on the statusline and 1 line in the buffer window. Only bringing other buffers into view, updates the buffer list, one buffer at a time. Strange. Running vim 8.0.1297 on Arch. |
What about |
LeaderfBuffer exhibits exactly the same behavior as LeaderfBufferAll. :ls! lists all the buffers though! |
What is the output of
? |
:py import vim lists an array of all the buffer "path/filename"s |
I also met this problem, when using following command to enter vim: then :LeaderfBuffer and :LeaderfBufferAll can show only one file, in this case, it is a.c :py import vim |
@sdothum @ParkerOutlook Fixed, please have a try. |
LeaderfBufferAll only lists buffers entered. So on vim launch, LeaderfBufferAll only lists the current buffer.
The text was updated successfully, but these errors were encountered: