diff options
-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 05cf30e..44a2e3f 100644 --- a/ftplugin/gitcommit.vim +++ b/ftplugin/gitcommit.vim @@ -15,3 +15,7 @@ setlocal spell " Make bulleted lists with '*' not start wrapped lines with '*' setlocal comments-=mb:* comments+=fb:* + + +" Proper line wrapping for numbered lists +setlocal formatoptions+=n |