aboutsummaryrefslogblamecommitdiff
path: root/vim/after/ftplugin/gitcommit.vim
blob: 8e365d98cdfeba8e208626c8f1a84a0958abd0a2 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
                                               

        


                                             
                            
                                                           
" Extra configuration for Git commit messages
if &filetype !=# 'gitcommit' || v:version < 700
  finish
endif

" Make angle brackets behave like mail quotes
setlocal comments+=n:>
setlocal formatoptions+=coqr
let b:undo_ftplugin .= '|setlocal comments< formatoptions<'