Fix ReplaceWithRegister with proper dot repeat (#24932)

Release Notes:

- Fixed ReplaceWithRegister with proper dot repeat
This commit is contained in:
xzbdmw 2025-02-15 12:32:21 +08:00 committed by GitHub
parent 1b38b9f61d
commit 14289b5a6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 0 deletions

View file

@ -825,6 +825,7 @@ impl Vim {
| Operator::Uppercase
| Operator::OppositeCase
| Operator::ToggleComments
| Operator::ReplaceWithRegister
) {
self.start_recording(cx)
};