From 38f62e3054c5005c5408957f939a16ce696dc53d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 28 Jan 2015 04:41:44 -0500 Subject: ftplugin/mail.vim: Turn on spell checking It's useful to have spell checking on when writing emails. --- ftplugin/mail.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftplugin/mail.vim') 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 -- cgit v1.2.3