vim: Single quote mark (#27231)
Closes #22398 Release Notes: - vim: Adds `'` and `"` marks (last location jumped from in the current buffer, and location when last exiting a buffer) --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
d82b547596
commit
fa677bdc38
5 changed files with 88 additions and 3 deletions
23
crates/vim/test_data/test_quote_mark.json
Normal file
23
crates/vim/test_data/test_quote_mark.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{"Put":{"state":"ˇHello, world!"}}
|
||||
{"Key":"w"}
|
||||
{"Key":"m"}
|
||||
{"Key":"o"}
|
||||
{"Get":{"state":"Helloˇ, world!","mode":"Normal"}}
|
||||
{"Key":"$"}
|
||||
{"Key":"`"}
|
||||
{"Key":"o"}
|
||||
{"Get":{"state":"Helloˇ, world!","mode":"Normal"}}
|
||||
{"Key":"`"}
|
||||
{"Key":"`"}
|
||||
{"Get":{"state":"Hello, worldˇ!","mode":"Normal"}}
|
||||
{"Key":"`"}
|
||||
{"Key":"`"}
|
||||
{"Get":{"state":"Helloˇ, world!","mode":"Normal"}}
|
||||
{"Key":"$"}
|
||||
{"Key":"m"}
|
||||
{"Key":"'"}
|
||||
{"Get":{"state":"Hello, worldˇ!","mode":"Normal"}}
|
||||
{"Key":"^"}
|
||||
{"Key":"`"}
|
||||
{"Key":"`"}
|
||||
{"Get":{"state":"Hello, worldˇ!","mode":"Normal"}}
|
Loading…
Add table
Add a link
Reference in a new issue