" " Gerald Oskoboiny's .vimrc " " $Id: vimrc,v 1.17 2008-07-06 08:33:55 gerald Exp $ " version 5.1 source $HOME/.exrc set showmode set showcmd " Show (partial) command in status line. set incsearch " Incremental search set background=light let $DISPLAY = "" set backspace=2 set modelines=5 set nojoinspaces " I only want one space after periods. set smartcase " ignore case in searches unless uppercase is used set tw=0 if has("syntax") syntax on endif autocmd BufNewFile,BufRead mutt-* set tw=65 autoindent syntax=mail formatoptions+=n autocmd BufNewFile,BufRead *.html set tw=75 autoindent syntax=html autocmd BufNewFile,BufRead journal set tw=70 autocmd BufNewFile,BufRead *.rdf set tw=0 autoindent syntax=html autocmd BufNewFile,BufRead *.phi set tw=0 autoindent syntax=php autocmd BufNewFile,BufRead captivate.* set tw=0 autoindent if (version >= 504) set pastetoggle= endif