-
Notifications
You must be signed in to change notification settings - Fork 18
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
Problems with :wqa #76
Comments
Thanks for your feedback, I can reproduce the issue in nvim-0.5 but not in the stable version. I think it's the upstream's bug. You can also reproduce it by edit: neovim/neovim#14061 |
I see. Well noted! Thank you. For now i will save each buffer individually and quit all with just |
Just wanted to report that this is still an issue |
Yep, still an issue even today, should we wait for neovim to patch this or can we do something ? |
I ran into the same issue using
It is extremely crude and I don't know which kind of side effects it could have, but I thought this could be a workaround of sorts. I haven't found any issues with it yet. |
nvim --version
: NVIM v0.5.0nvim +'checkhealth rnvimr'
:Describe the bug
When the ranger file explorer is used in a vim session, it becomes impossible to use the command
:wqa
.To Reproduce using
nvim -u mini.vim
Example:
cat mini.vim
Steps to reproduce the behavior:
<M-o>
.q
.:wqa
Expected behavior
Leave vim with alteration in all buffers saved as usual.
Screenshots
Follows the error menssage when trying to quit the program with
:wqa
:Additional context
The error in plain text:
Thank you for the awesome plugin. Hope this info may help somehow
The text was updated successfully, but these errors were encountered: