-
-
Notifications
You must be signed in to change notification settings - Fork 617
Float view doen't autoclose on opening a file #2624
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
Comments
Confirmed.
Does not occur when opening the tree as a floating window. Tree does not open when |
Should The error on open file should be fixed:
|
nvim-tree.lua/lua/nvim-tree/lib.lua Line 22 in dc839a7
#2600 is not the cause, it simply surfaces the issue. /cc @geril2207 |
@i-d-lytvynenko I would be most grateful if you tested a fix #2627 cd /path/to/nvim-tree.lua
git pull
git checkout 2624-float-hijack-dir When you're finished testing: git checkout master |
I confirm that this solves the problem. |
meant to fix nvim-tree/nvim-tree.lua#2624 which I've been seeing from time to time.
Description
When hitting enter with the cursor on a line with some file name, the file opens in a new buffer, but the nvim-tree doesn't autoclose. Upon trying to move cursor in the nvim-tree window, a number of errors pop up. For some reason the problem does not occur with
hijack_cursor = false
. The last commit without this bug is 96a783f.Neovim version
Operating system and version
Windows 10
Windows variant
No response
nvim-tree version
b8c3a23
Clean room replication
Steps to reproduce
nvim -nu F:/nvt-min/nvt-min.lua
:e .
Expected behavior
No response
Actual behavior
No response
The text was updated successfully, but these errors were encountered: