Am 09.02.2017 um 01:10 schrieb Jack Adrian Zappa:
where it has grabbed a line at 126 and is using that for the hunk header.
When I say that, I mean that it is using that line for *every* hunk
header, for every change, regardless if it has passed a hunk head that
it should have matched.
Strange. That should only happen if no other function lines are
recognized before the changes. You can check if that's the case using
git grep and your xfuncline regex, e.g. like this:
$ git grep -En "^[\t ]*<Type[\t ]+Name=\"([^\"]+)\".*$" *.natvis
And you can check *that* result with regular grep -E or egrep if it
looks funny.
René