Merge remote-tracking branch 'lenormf/fix-git' into c++14
This commit is contained in:
commit
d1de9912c0
|
@ -4,8 +4,6 @@ hook global BufCreate .*(COMMIT_EDITMSG|MERGE_MSG) %{
|
||||||
|
|
||||||
hook -group git-commit-highlight global WinSetOption filetype=git-commit %{
|
hook -group git-commit-highlight global WinSetOption filetype=git-commit %{
|
||||||
add-highlighter group git-commit-highlight
|
add-highlighter group git-commit-highlight
|
||||||
add-highlighter -group git-commit-highlight regex "\`[^\n]{1,50}" 0:yellow
|
|
||||||
add-highlighter -group git-commit-highlight regex "\`[^\n]*\n\h*(?!#)([^\n]*)\n?" 1:default,red
|
|
||||||
add-highlighter -group git-commit-highlight regex "^\h*#[^\n]*\n" 0:cyan,default
|
add-highlighter -group git-commit-highlight regex "^\h*#[^\n]*\n" 0:cyan,default
|
||||||
add-highlighter -group git-commit-highlight regex "\b(?:(modified)|(deleted)|(new file)|(renamed|copied)):([^\n]*)\n" 1:yellow 2:red 3:green 4:blue 5:magenta
|
add-highlighter -group git-commit-highlight regex "\b(?:(modified)|(deleted)|(new file)|(renamed|copied)):([^\n]*)\n" 1:yellow 2:red 3:green 4:blue 5:magenta
|
||||||
add-highlighter -group git-commit-highlight ref diff # highlight potential diffs from the -v option
|
add-highlighter -group git-commit-highlight ref diff # highlight potential diffs from the -v option
|
||||||
|
|
Loading…
Reference in New Issue
Block a user