vim: Fix c
when range ends in a multibyte character (#14139)
Release Notes: - vim: Fixed `c <motion>` omitting trailing multibyte characters ([#13909](https://github.com/zed-industries/zed/issues/13909)).
This commit is contained in:
parent
d49727ff10
commit
018a2a29ea
3 changed files with 21 additions and 1 deletions
7
crates/vim/test_data/test_find_multibyte.json
Normal file
7
crates/vim/test_data/test_find_multibyte.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{"Put":{"state":"<label for=\"guests\">ˇPočet hostů</label>"}}
|
||||
{"Key":"c"}
|
||||
{"Key":"t"}
|
||||
{"Key":"<"}
|
||||
{"Key":"o"}
|
||||
{"Key":"escape"}
|
||||
{"Get":{"state":"<label for=\"guests\">ˇo</label>","mode":"Normal"}}
|
Loading…
Add table
Add a link
Reference in a new issue