-
-
Notifications
You must be signed in to change notification settings - Fork 619
Externally Created File Not Always Visible #1731
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
Labels
bug
Something isn't working
Comments
This may be specific to |
This was referenced Nov 7, 2022
|
alex-courtis
added a commit
that referenced
this issue
Nov 19, 2022
…g absolute path, profile refresh
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 20, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 21, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 21, 2022
alex-courtis
added a commit
that referenced
this issue
Nov 26, 2022
* fix(#1731): watcher refreshes node rather than the first node matching absolute path, profile refresh * fix(#1731): reload explorer reloads closed folders * fix(#1731): do not fire folder created event on file create * fix(#1731): reload profile absolute path, not link to * fix(#1731): find-file locks/profiles on real path, reloads when watchers disabled * Revert "fix(#1731): reload explorer reloads closed folders" This reverts commit 5dfd8bd. * fix(#1731): tidy watch reload * fix(#1731): move refresh_node from watch to reload * fix(#1731): find-file reloads all nodes for the containing directory * fix(#1731): create-file refreshes synchronously * fix(#1731): remove unused watch node * fix(#1731): find-file refreshes root * fix(#1716): create-file invokes find-file * fix(#1731): refresh path walks down the tree to the targedt
This was referenced Jun 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Creating a new file externally to vim does not always result in it being visible.
Neovim version
Operating system and version
Linux 6.0.6-arch1-1
nvim-tree version
a0f3e99
Minimal config
Steps to reproduce
open each folder and close them
open each folder
Expected behavior
b visible in all folders
Actual behavior
b visible only in a
The text was updated successfully, but these errors were encountered: