Fix ReplaceWithRegister with proper dot repeat (#24932)
Release Notes: - Fixed ReplaceWithRegister with proper dot repeat
This commit is contained in:
parent
1b38b9f61d
commit
14289b5a6e
2 changed files with 32 additions and 0 deletions
|
@ -825,6 +825,7 @@ impl Vim {
|
|||
| Operator::Uppercase
|
||||
| Operator::OppositeCase
|
||||
| Operator::ToggleComments
|
||||
| Operator::ReplaceWithRegister
|
||||
) {
|
||||
self.start_recording(cx)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue