userdiff: support C++ ->* and .* operators in the word regexp
authorJohannes Sixt <j6t@kdbg.org>
Fri, 21 Mar 2014 21:07:13 +0000 (22:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 21:47:50 +0000 (14:47 -0700)
The character sequences ->* and .* are valid C++ operators. Keep them
together in --word-diff mode.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found