feat(git/cmd): make :G diff output navigable

This commit is contained in:
2026-05-07 23:18:17 +02:00
parent 93c9b6500a
commit c543f0a7ba
5 changed files with 291 additions and 48 deletions
+7
View File
@@ -0,0 +1,7 @@
if exists("b:current_syntax")
finish
endif
runtime! syntax/git.vim
let b:current_syntax = "gitdiff"