diff options
author | Teddy Wing | 2015-01-28 04:41:44 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-28 04:42:13 -0500 |
commit | 38f62e3054c5005c5408957f939a16ce696dc53d (patch) | |
tree | 319f8ca692e2b0cc002e27a66362b9f6c48543ed | |
parent | e8c81fa5225518c786faa9e80ff77250884b13ad (diff) | |
download | dotvim-38f62e3054c5005c5408957f939a16ce696dc53d.tar.bz2 |
ftplugin/mail.vim: Turn on spell checking
It's useful to have spell checking on when writing emails.
-rw-r--r-- | ftplugin/mail.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/mail.vim b/ftplugin/mail.vim index 117972d..93c5a18 100644 --- a/ftplugin/mail.vim +++ b/ftplugin/mail.vim @@ -2,3 +2,5 @@ " Automatically format paragraphs and set format=flowed "w" option setlocal formatoptions+=aw + +setlocal spell |