Fix backward search from command
This commit is contained in:
parent
a25fcfdfa7
commit
a59da3634b
3 changed files with 43 additions and 2 deletions
11
crates/vim/test_data/test_command_search.json
Normal file
11
crates/vim/test_data/test_command_search.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{"Put":{"state":"ˇa\nb\na\nc"}}
|
||||
{"Key":":"}
|
||||
{"Key":"/"}
|
||||
{"Key":"b"}
|
||||
{"Key":"enter"}
|
||||
{"Get":{"state":"a\nˇb\na\nc","mode":"Normal"}}
|
||||
{"Key":":"}
|
||||
{"Key":"?"}
|
||||
{"Key":"a"}
|
||||
{"Key":"enter"}
|
||||
{"Get":{"state":"ˇa\nb\na\nc","mode":"Normal"}}
|
Loading…
Add table
Add a link
Reference in a new issue