-
Notifications
You must be signed in to change notification settings - Fork 143
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
bug: abandoned floating window does not close #17
Labels
bug
Something isn't working
Comments
stevearc
added a commit
that referenced
this issue
Jan 5, 2023
Done! |
Nice, however, this does not cover the second test case I provided... An abandoned open_float() has the same problem |
@stevearc please reopen |
stevearc
pushed a commit
that referenced
this issue
Jan 6, 2023
Apologies, I was in a rush. Should be working as expected now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you check the docs and existing issues?
Neovim version (nvim -v)
0.8.2 build type: release
Operating system/version
archlinux, 6.1.2-arch1-1
Describe the bug
If you abandon a floating window created by oil it stays there.
Steps To Reproduce
:Oil
g?
<C-w>h
or:
:lua require'oil'.open_float()
<C-w>h
Expected Behavior
close all oil created windows as soon as a non-oil-created window gains focus
Directory structure
No response
Repro
The text was updated successfully, but these errors were encountered: