-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: renaming a file twice not updating the buffer name (#259)
When a file was renamed once, the buffer name was updated correctly. But when the file was renamed a second time, the buffer name was not updated. I no longer remember why I had the `rename_or_close_buffer` function in the first place, but this simpler implementation seems to work. Anyway, this is quite a rare bug, so I don't expect a huge impact one way or the other.
- Loading branch information
1 parent
172ed53
commit 98caf39
Showing
2 changed files
with
53 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