From 57d2e3d3be5bf12d7c397b0c6b75ab5ec603218c Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 15 May 2008 02:03:50 +1000 Subject: [PATCH] Vim: Use 72 char textwidth for mail to make quoting look better. --- .vim/filetypes.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/filetypes.vim b/.vim/filetypes.vim index ff621c6..d55c656 100644 --- a/.vim/filetypes.vim +++ b/.vim/filetypes.vim @@ -13,7 +13,7 @@ autocmd BufNewFile,BufRead *.tex setlocal ft=tex " Set options based on filetypes, overriding the filetype plugin/indent options autocmd FileType text call WrapOn() autocmd FileType bib setlocal textwidth=78 nocindent smartindent -autocmd FileType mail setlocal textwidth=78 +autocmd FileType mail setlocal textwidth=72 autocmd FileType tex call WrapOn() autocmd FileType objc setlocal nocindent smartindent -- 2.39.2