juneedahamed / vc.vim

Support for SVN, Git, HG and BZR
47 stars 9 forks source link

Allow user to specify a template for commit msgs #17

Closed idbrii closed 6 years ago

idbrii commented 6 years ago

Add g:vc_commit_msg_template: a List the user can fill with lines they want inserted into their commit messages (to follow a company standard or create section headers they frequently use).

If not supplied, we just use the default blank line.