Added vim rule that automatically sets text width when sending mail

This commit is contained in:
Tom Willemsen 2011-02-13 17:31:11 +01:00
parent 849007056e
commit fd823b4339

2
vimrc
View file

@ -1,6 +1,8 @@
syntax on syntax on
colorscheme zenburn colorscheme zenburn
au BufRead ~/.mutt/temp/mutt-* set tw=72
autocmd FileType make setlocal noexpandtab autocmd FileType make setlocal noexpandtab
autocmd BufWritePre *.php :%s/\s\+$//e autocmd BufWritePre *.php :%s/\s\+$//e