1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-09 20:39:59 +03:00

Fix git status highlighting

This commit is contained in:
Maxime Coste 2015-01-15 19:58:17 +00:00
parent 4fd92127c3
commit da600ff504

View File

@ -12,7 +12,7 @@ hook global WinSetOption filetype=(?!git-log).* %{
hook global WinSetOption filetype=git-status %{
addhl group git-status-highlight
addhl -group git-status-highlight regex '^#\h+((modified:)|(added:)|(deleted:)|(renamed:)|(copied:))(.*?)$' 2:yellow 3:green 4:red 5:cyan 6:blue 7:magenta
addhl -group git-status-highlight regex '^\h+((modified:)|(added:)|(deleted:)|(renamed:)|(copied:))(.*?)$' 2:yellow 3:green 4:red 5:cyan 6:blue 7:magenta
}
hook global WinSetOption filetype=(?!git-status).* %{