Fix crash when deleting a long line in visual line mode

This commit is contained in:
Conrad Irwin 2023-07-28 13:46:25 -06:00
parent 5edcb74760
commit 3f2f3bb78d
2 changed files with 21 additions and 2 deletions

View file

@ -29,3 +29,8 @@
{"Key":"j"}
{"Key":"x"}
{"Get":{"state":"The quick brown\nfox juˇmps over","mode":"Normal"}}
{"Put":{"state":"The ˇlong line\nshould not\ncrash\n"}}
{"Key":"shift-v"}
{"Key":"$"}
{"Key":"x"}
{"Get":{"state":"should noˇt\ncrash\n","mode":"Normal"}}