aboutsummaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2008-09-29 16:52:01 -0500
committerShawn O. Pearce <spearce@spearce.org>2008-09-30 13:49:07 -0700
commit416f80a60b209d2ca0326407b801e9fb6ed8fdd7 (patch)
tree26b879cd1549ee97f46d81fba68ba63ecaedb001 /diff.c
parentd3154b44c28affc94a4fbaf26706f075b58733a7 (diff)
downloadgit-416f80a60b209d2ca0326407b801e9fb6ed8fdd7.tar.gz
git-416f80a60b209d2ca0326407b801e9fb6ed8fdd7.tar.xz
diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'diff.c')
-rw-r--r--diff.c2
1 files changed, 0 insertions, 2 deletions
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 },