Am 19.10.21 um 08:48 schrieb Junio C Hamano: > * js/userdiff-cpp (2021-10-10) 6 commits > (merged to 'next' on 2021-10-18 at fea77f6c4e) > + userdiff-cpp: learn the C++ spaceship operator > + userdiff-cpp: permit the digit-separating single-quote in numbers > + userdiff-cpp: prepare test cases with yet unsupported features > + userdiff-cpp: tighten word regex > + t4034: add tests showing problematic cpp tokenizations > + t4034/cpp: actually test that operator tokens are not split > > Userdiff patterns for the C++ language has been updated. > > Will merge to 'master'. Please don't, yet. There is a regression that, e.g., 2' as in '2' is regarded as a token. Will submit a fix (the plan is to undo the digit separator thing), but it'll take a week or two as I am currently knocked out. -- Hannes