diff options
Diffstat (limited to 'ftplugin/gitcommit.vim')
-rw-r--r-- | ftplugin/gitcommit.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/gitcommit.vim b/ftplugin/gitcommit.vim index c12287a..5d995b2 100644 --- a/ftplugin/gitcommit.vim +++ b/ftplugin/gitcommit.vim @@ -8,3 +8,7 @@ setlocal shiftwidth=2 setlocal textwidth=72 + + +" Make bulleted lists with '*' not start wrapped lines with '*' +setlocal comments-=mb:* comments+=fb:* |