Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: race condition produces broken state in input modal
If you opened the input modal twice in quick succession, it would break the keymaps and default prompt behavior in a very weird way. Adding ++nested ++once to the autocmd fixed it. Don't know why, unfortunately.
- Loading branch information