Merge pull request #1857 from zed-industries/fix-unicode-vim-left
fixes issue with left motion in vim mode clipping incorrectly
This commit is contained in:
parent
59f2f949cc
commit
b49bf13993
3 changed files with 8 additions and 1 deletions
1
crates/vim/test_data/test_h_through_unicode.json
Normal file
1
crates/vim/test_data/test_h_through_unicode.json
Normal file
|
@ -0,0 +1 @@
|
|||
[{"Text":"Test├──┐Test"},{"Mode":"Normal"},{"Selection":{"start":[0,3],"end":[0,3]}},{"Mode":"Normal"},{"Text":"Test├──┐Test"},{"Mode":"Normal"},{"Selection":{"start":[0,4],"end":[0,4]}},{"Mode":"Normal"},{"Text":"Test├──┐Test"},{"Mode":"Normal"},{"Selection":{"start":[0,10],"end":[0,10]}},{"Mode":"Normal"},{"Text":"Test├──┐Test"},{"Mode":"Normal"},{"Selection":{"start":[0,13],"end":[0,13]}},{"Mode":"Normal"}]
|
Loading…
Add table
Add a link
Reference in a new issue