8 lines
106 B
VimL
8 lines
106 B
VimL
if exists("b:current_syntax")
|
|
finish
|
|
endif
|
|
|
|
runtime! syntax/git.vim
|
|
|
|
let b:current_syntax = "gitdiff"
|