-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem in diff for lines starting with %
#92
Comments
I forgot to mention : this happens both with |
It doesn't have to be at the beginning of a line. I have two mid-line examples of this:
My theory is the same as @PierreRust's. |
Thanks for reporting this issue. You're correct that it's due to a |
Thanks @rgburke for looking into this. Is there any chance this fixed version could be released? I don't have a Go compilation environment. |
When displaying a diff (in status view), the output is wrong if the line starts with
%
.This happens quite lot when editing latex files, whose comments start with
%
For example, when adding a line like this :
grv displays this as a diff
This seems to be an issue with go:fmt which tries to interpret
%
as a formatting command.The text was updated successfully, but these errors were encountered: