aboutsummaryrefslogblamecommitdiff
path: root/vim/after/syntax/gitcommit.vim
blob: 2232e4990eac4632a70089462f52345e4fd91ba2 (plain) (tree)
1
2
3
4
5
6
7
8





                                                                       

                                                             
" Don't try to make these corrections if running 'compatible' or if the
" runtime files are too old
if &compatible || v:version < 700
  finish
endif

" If my commit subject is too long, highlight it as an error.
highlight link gitCommitOverflow Error