vim: Fix blackhole register (#17419)

Closes: #17306

Release Notes:

- vim: Fixed `"_` register writes overwriting `"` register.
This commit is contained in:
Conrad Irwin 2024-09-05 11:19:02 -06:00 committed by GitHub
parent 1e09884a22
commit a7c46206de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 4 deletions

View file

@ -0,0 +1,11 @@
{"Put":{"state":"ˇhello world"}}
{"Key":"d"}
{"Key":"i"}
{"Key":"w"}
{"Key":"\""}
{"Key":"_"}
{"Key":"d"}
{"Key":"a"}
{"Key":"w"}
{"Key":"p"}
{"Get":{"state":"hellˇo","mode":"Normal"}}