vim:ftplug:fugitiveblame: Disable cword highlighting

This commit is contained in:
2024-11-04 13:22:33 +01:00
parent c1c3e5aa99
commit fc1e1bdd1e

View File

@@ -0,0 +1,3 @@
" Do not highlight cword in the git-blame window since the different commit
" hashes are colored differently anyway.
let w:disable_highlight_cword = 0