From 926e145b5a1bbeb0c4d1ac6d5f594aebf23d52ed Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 4 Jan 2015 23:49:11 +0100 Subject: [PATCH] turn on spell in human readable files --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index c22a14f..1612e80 100644 --- a/vimrc +++ b/vimrc @@ -297,7 +297,7 @@ set autoread "" txt, mail, human, tex au BufNewFile,BufRead *.txt set filetype=human -au FileType human,mail,tex set wrap wm=2 textwidth=78 nocindent +au FileType human,mail,tex set wrap wm=2 textwidth=78 nocindent spell "" Python au FileType python set noexpandtab