mhinz / vim-signify

:heavy_plus_sign: Show a diff using Vim its sign column.
MIT License
2.69k stars 104 forks source link

fossil: -c 0 currently (<=fossil-2.23) does not work as expected (uses default number of context lines) #412

Closed berndf closed 6 months ago

berndf commented 8 months ago

Just for the record: For fossil, 'fossil diff --unified -c 0 -- %f' is used but '-c 0' is currently just ignored by fossil, so the change marks shown by signify span 5 more lines than intended on either side of the actual change.

This is just to note the discussion at https://fossil-scm.org/forum/forumpost/b5e4e80a63 which lets me hope that '-c 0' will be supported in the future.

jamessan commented 6 months ago

Looks like it was fixed the same day. :) Thanks for discussing with upstream and letting folks know here. Since there's nothing left to do in Sy, I'm going to close this.