ZIm/crates/git/src
Hans ec6efe262f
Fix crash when joining two consecutive lines (#10000)
Release notes:

- Fixed a crash when joining two consecutive lines
([#9692](https://github.com/zed-industries/zed/pull/9692)).


This crash is not caused by `vim` or `editor`'s code logic, `join_line`
logic is okay, I found that the crash is caused by a refresh of git
`diff` after every update, hhen git diff generates hunks, it will look
for the cursor to the beginning of a line, and judge that if the cursor
result column is greater than 0, that is, it is not the beginning of a
line, it will correct the row to the next line, I think before we forgot
here that I need to adjust the column to 0 at the same time, otherwise
it is easy to go out of bounds, I am not sure if I need to add more
tests for this method, I can add if I need to, but I feel that this case
is a bit extreme

---------

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
2024-04-05 15:45:29 +02:00
..
blame.rs Add git blame (#8889) 2024-03-28 18:32:11 +01:00
commit.rs Add git blame (#8889) 2024-03-28 18:32:11 +01:00
diff.rs Fix crash when joining two consecutive lines (#10000) 2024-04-05 15:45:29 +02:00
git.rs Add git blame (#8889) 2024-03-28 18:32:11 +01:00
permalink.rs Fix GitHub commit permalinks (#9961) 2024-03-29 13:17:48 -04:00