feat(git/cmd): make :G diff output navigable
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime! syntax/git.vim
|
||||
|
||||
let b:current_syntax = "gitdiff"
|
||||
Reference in New Issue
Block a user