Thread (5 messages) flat view 5 messages, 2 authors, 2017-02-10

Re: Trying to use xfuncname without success.

From: René Scharfe <hidden>
Date: 2017-02-10 17:59:40

Am 09.02.2017 um 01:10 schrieb Jack Adrian Zappa:
quoted
 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é
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help