From: Brandon Casey Date: Mon, 29 Sep 2008 21:52:01 +0000 (-0500) Subject: diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785 X-Git-Tag: v1.6.1-rc1~188 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=416f80a60b209d2ca0326407b801e9fb6ed8fdd7;p=git.git diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785 Signed-off-by: Brandon Casey Signed-off-by: Shawn O. Pearce --- diff --git a/diff.c b/diff.c index b001d7b50..7c982b494 100644 --- a/diff.c +++ b/diff.c @@ -1439,8 +1439,6 @@ static const struct funcname_pattern_entry builtin_funcname_pattern[] = { { "python", "^[ \t]*((class|def)[ \t].*)$", REG_EXTENDED }, { "ruby", "^[ \t]*((class|module|def)[ \t].*)$", REG_EXTENDED }, - { "bibtex", "(@[a-zA-Z]{1,}[ \t]*\\{{0,1}[ \t]*[^ \t\"@',\\#}{~%]*).*$", - REG_EXTENDED }, { "tex", "^(\\\\((sub)*section|chapter|part)\\*{0,1}\\{.*)$", REG_EXTENDED },