coc-git
coc-git copied to clipboard
Feature Request: Add lines of context to git.foldUnchanged
When comparing with a diff on GitHub it folds unchanged and shows 3 lines of context.
It would be awesome if there was a configuration option to specify how many lines of context to add for the git.foldUnchanged command.
I guess it might need one pass to merge ranges that are less than
how many lines of context to add for the git.foldUnchanged command.
Can't understand, could you explain?
I would like to see 3 lines above and below the changed lines when using the git.foldChanged command. This is like the -U3 flag of git diff -U3. Currently the command shows 0 lines below and above (ie. 0 context).
It would also be great if the number was also configurable to any number, not just 3.