]> Pileus Git - ~andy/git/commitdiff
diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785
authorBrandon Casey <casey@nrlssc.navy.mil>
Mon, 29 Sep 2008 21:52:01 +0000 (16:52 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 30 Sep 2008 20:49:07 +0000 (13:49 -0700)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
diff.c

diff --git a/diff.c b/diff.c
index b001d7b5072e71616fb36bed938d57b83e027178..7c982b49477bf791586246fc3a38a6a0dc92eb70 100644 (file)
--- 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 },