Fix ctrl-r with no register (#13184)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-06-17 22:17:33 -06:00 committed by GitHub
parent 0af6e442a7
commit 05c4c7872c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 0 deletions

View file

@ -896,6 +896,7 @@ impl Vim {
)
}
});
vim.clear_operator(cx);
}
_ => {
vim.select_register(text, cx);