Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fix
* bc/maint-diff-hunk-header-fix: diff hunk pattern: fix misconverted "\{" tex macro introducers Conflicts: diff.c
This commit is contained in:
commit
92bb978541
4
diff.c
4
diff.c
@ -1421,8 +1421,10 @@ static const struct funcname_pattern_entry builtin_funcname_pattern[] = {
|
|||||||
{ "python", "^[ \t]*((class|def)[ \t].*)$", REG_EXTENDED },
|
{ "python", "^[ \t]*((class|def)[ \t].*)$", REG_EXTENDED },
|
||||||
{ "ruby", "^[ \t]*((class|module|def)[ \t].*)$",
|
{ "ruby", "^[ \t]*((class|module|def)[ \t].*)$",
|
||||||
REG_EXTENDED },
|
REG_EXTENDED },
|
||||||
|
{ "bibtex", "(@[a-zA-Z]{1,}[ \t]*\\{{0,1}[ \t]*[^ \t\"@',\\#}{~%]*).*$",
|
||||||
|
REG_EXTENDED },
|
||||||
{ "tex",
|
{ "tex",
|
||||||
"^(\\\\((sub)*section|chapter|part)\\*{0,1}\{.*)$",
|
"^(\\\\((sub)*section|chapter|part)\\*{0,1}\\{.*)$",
|
||||||
REG_EXTENDED },
|
REG_EXTENDED },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user