Last active
August 23, 2018 19:34
Star
You must be signed in to star a gist
allright. I agree that this is a change. But when you change an empty string to \n"Compress::Snappy",\n"Compress::Zlib"\n it wont be colored?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



No, not at this moment, but it is up for discussion: https://www.perlmonks.org/?node_id=1220898
Whole lines are only colored when is is a deletion or an addition, not for changes. The top block in your example is a deletion, the bottom block is a change. Inside a change, only changed characters are colored, not the whole of the line. Read that perlmonk post I did. Opinions welcome.