vim: Fix blackhole register (#17419)
Closes: #17306 Release Notes: - vim: Fixed `"_` register writes overwriting `"` register.
This commit is contained in:
parent
1e09884a22
commit
a7c46206de
3 changed files with 27 additions and 4 deletions
11
crates/vim/test_data/test_blackhole_register.json
Normal file
11
crates/vim/test_data/test_blackhole_register.json
Normal 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"}}
|
Loading…
Add table
Add a link
Reference in a new issue