-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guard against wiped-out match listing buffer in Neovim
If somebody deletes the Command-T match listing buffer on Neovim (eg. with `:bwipeout`), Command-T will blow up on the next invocation because Neovim doesn't define `Vim::DeletedBufferError`. Closes: #342 Thanks to Javier Parra for the bug report with a minimal repro recipe and diagnosis of the problem.
- Loading branch information
Showing
2 changed files
with
11 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