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