juneedahamed / vc.vim

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

How to prevent stripping blank lines in svn commits? #9

Closed idbrii closed 7 years ago

idbrii commented 7 years ago

When submitting to svn with VCCommit, I intentionally insert blank lines to organize my commit message. vc.vim strips out these blank lines. Is there a way to prevent this behavior?

on 9ce6e27

juneedahamed commented 7 years ago

Added new settings g:vc_commit_allow_blank_lines set in .vimrc to 1 or help g:vc_commit_allow_blank_lines

idbrii commented 7 years ago

Thanks it works great!