-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lsp): only notifying lsp of renames for open buffers
This fixes an error in the following case: - in a directory containing many files, have only one file open in neovim (with other files in the directory not open) - open yazi - rename the directory containing the files At this point, the LSP server would receive a notification of the rename only for the file that was open in neovim, and not for the other files in the directory. This would cause the LSP server to only apply changes related to the one open file.
- Loading branch information
1 parent
8ebbeae
commit 85bac6b
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters