userdiff: fix typo in ruby and python word regexes
commitb34f69f9916e52e742f35c2f88286375142260de
authorThomas Rast <trast@student.ethz.ch>
Sat, 18 Dec 2010 16:17:53 +0000 (18 17:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Dec 2010 06:58:40 +0000 (18 22:58 -0800)
tree36b85b33ed8998d076959c3cdaa2d08d1f898231
parent8e8aa44057b1f92bad43a0bd3a2d448e9cb45b18
userdiff: fix typo in ruby and python word regexes

Both had an unclosed ] that ruined the safeguard against not matching
a non-space char.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
userdiff.c