mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 15:26:26 -04:00
gitconfig: tweak org diff regexp
This is to avoid matching bold emphasis at the beginning of the line.
This commit is contained in:
parent
18b1399986
commit
765f7cfb7e
|
|
@ -16,4 +16,4 @@
|
|||
[diff "lisp"]
|
||||
xfuncname = "^(\\(.*)$"
|
||||
[diff "org"]
|
||||
xfuncname = "^(\\*+.*)$"
|
||||
xfuncname = "^(\\* +.*)$"
|
||||
|
|
|
|||
Loading…
Reference in a new issue