diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/mail.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/mail.vim b/ftplugin/mail.vim index 93c5a18..fcff8b8 100644 --- a/ftplugin/mail.vim +++ b/ftplugin/mail.vim @@ -3,4 +3,7 @@ " Automatically format paragraphs and set format=flowed "w" option setlocal formatoptions+=aw +" Ensure that we don't end up with double spaces between sentences +setlocal nojoinspaces + setlocal spell |