fix(git): Properly match valid header in org-mode
A header in org-mode needs at least one space after any ‘*’ character and then at least one other character after that.
This commit is contained in:
parent
6c1c79e245
commit
ce6df63e39
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
name = Tom Willemse
|
||||
email = tom@ryuslash.org
|
||||
[diff "org"]
|
||||
xfuncname = "^\\*+ *(.*)"
|
||||
xfuncname = "^\\*+ +(.+)"
|
||||
[diff "lisp"]
|
||||
xfuncname = "^[[:space:]]*?\\(def\\w+? ((\\w|-|'|:|=|<|>)+)"
|
||||
|
|
Loading…
Reference in a new issue