mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20:04 +08:00
9 lines
155 B
VimL
9 lines
155 B
VimL
|
if exists('b:current_syntax')
|
||
|
finish
|
||
|
endif
|
||
|
|
||
|
" Use Vim's builtin syntax for gitcommit
|
||
|
runtime! syntax/gitcommit.vim
|
||
|
|
||
|
let b:current_syntax = 'gina-commit'
|