rc git: Highlight the delete
operation when rebasing
This commit is contained in:
parent
43b72770ec
commit
76ac7ab663
|
@ -18,7 +18,7 @@ hook global BufCreate .*git-rebase-todo %{
|
|||
hook -group git-rebase-highlight global WinSetOption filetype=git-rebase %{
|
||||
add-highlighter window group git-rebase-highlight
|
||||
add-highlighter window/git-rebase-highlight regex "#[^\n]*\n" 0:cyan,default
|
||||
add-highlighter window/git-rebase-highlight regex "^(pick|edit|reword|squash|fixup|exec|[persfx]) (\w+)" 1:green 2:magenta
|
||||
add-highlighter window/git-rebase-highlight regex "^(pick|edit|reword|squash|fixup|exec|delete|[persfxd]) (\w+)" 1:green 2:magenta
|
||||
}
|
||||
|
||||
hook -group git-rebase-highlight global WinSetOption filetype=(?!git-rebase).* %{ remove-highlighter window/git-rebase-highlight }
|
||||
|
|
Loading…
Reference in New Issue
Block a user