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