diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/mail.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/mail.vim b/ftplugin/mail.vim index 3e64f4a..80d125c 100644 --- a/ftplugin/mail.vim +++ b/ftplugin/mail.vim @@ -9,5 +9,9 @@ setlocal nojoinspaces setlocal spell +" Make bulleted lists with '*' not start wrapped lines with '*' +setlocal comments-=mb:* comments+=fb:* + + " Remove last two empty lines below signature nnoremap <buffer> <leader>e m`Gdk`` |