ZIm/crates/vim/test_data/test_change_case_motion_object.json
Ben Kunkle daf09fa532
Fix issue where changing the case of a vim object would be clipped at the end of the line (#24163)
Co-authored-by: Conrad Irwin <conrad@zed.dev>

Closes #24124

Release Notes:

- Fixed an issue in vim mode where changing the case of an object at the
end of the line would not change the case of the last character in the
object

Co-authored-by: Conrad Irwin <conrad@zed.dev>
2025-02-04 03:40:45 +00:00

6 lines
134 B
JSON

{"Put":{"state":"abc dˇef\n"}}
{"Key":"g"}
{"Key":"shift-u"}
{"Key":"i"}
{"Key":"w"}
{"Get":{"state":"abc ˇDEF\n","mode":"Normal"}}