vim: Support for q and @ (#13761)

Fixes: #1504

Release Notes:

- vim: Support for macros (`q` and `@`) to record and replay (#1506,
#4448)
This commit is contained in:
Conrad Irwin 2024-07-03 09:03:39 -06:00 committed by GitHub
parent dceb0827e8
commit 3348c3ab4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 491 additions and 316 deletions

View file

@ -610,7 +610,7 @@ pub fn select_match(
});
if !match_exists {
vim.clear_operator(cx);
vim.stop_replaying();
vim.stop_replaying(cx);
return;
}
vim.update_active_editor(cx, |_, editor, cx| {