mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
da03610555
Release Notes: - vim: Fix undo after repeated insert/replace mode (#13573) - vim: Fix 'r' repeating too much (#13566)
32 lines
655 B
JSON
32 lines
655 B
JSON
{"Put":{"state":"ˇhello\n"}}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Get":{"state":"ˇ-ello\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇhello\n"}}
|
|
{"Key":"3"}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Get":{"state":"--ˇ-lo\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇhello\n"}}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Key":"2"}
|
|
{"Key":"l"}
|
|
{"Key":"."}
|
|
{"Get":{"state":"-eˇ-lo\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇhello world\n"}}
|
|
{"Key":"2"}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Key":"f"}
|
|
{"Key":"w"}
|
|
{"Key":"."}
|
|
{"Get":{"state":"--llo -ˇ-rld\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇhello world\n"}}
|
|
{"Key":"2"}
|
|
{"Key":"0"}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Key":""}
|
|
{"Get":{"state":"ˇhello world\n","mode":"Normal"}}
|