mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
add test_data
This commit is contained in:
parent
f369e9a48b
commit
5b9f15e075
10
crates/vim/test_data/test_delete_to_adjacent_character.json
Normal file
10
crates/vim/test_data/test_delete_to_adjacent_character.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{"Put":{"state":"ˇax"}}
|
||||||
|
{"Key":"d"}
|
||||||
|
{"Key":"t"}
|
||||||
|
{"Key":"x"}
|
||||||
|
{"Get":{"state":"ˇx","mode":"Normal"}}
|
||||||
|
{"Put":{"state":"aˇx"}}
|
||||||
|
{"Key":"d"}
|
||||||
|
{"Key":"t"}
|
||||||
|
{"Key":"x"}
|
||||||
|
{"Get":{"state":"aˇx","mode":"Normal"}}
|
Loading…
Reference in New Issue
Block a user