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:
parent
dceb0827e8
commit
3348c3ab4c
13 changed files with 491 additions and 316 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue