set nocompatible set backspace=indent set nojoinspaces set ffs=unix,dos,mac set encoding=utf-8 set termencoding=utf-8 set fileencodings=utf-8,iso8859-1,ascii set nocindent filetype on filetype plugin on autocmd FileType mail set textwidth=72 | set fileencoding=utf-8 | set guioptions+=f autocmd FileType c,cpp,java set autoindent | set formatoptions=coqr | set textwidth=80 autocmd FileType xml set autoindent autocmd FileType make set autoindent | set formatoptions=coqr | set textwidth=72 | set comments=b:# | set noet autocmd FileType python set autoindent | set ts=4 | set sts=0 | set sw=4 | set et | set formatoptions=coqr | set textwidth=80 autocmd BufRead bzr_log.* set textwidth=72 autocmd BufRead svn-commit.tmp* set textwidth=72 autocmd BufRead COMMIT_EDITMSG set textwidth=72