
set autoprint optimize redraw " vi only
set showmatch icon nobackup ruler showmatch shiftwidth=4 tabstop=4
set autoindent smartindent textwidth=0
set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:~:.:h\")})%)%(\ %a%)\ Vim
set hlsearch incsearch
"set shell=tcsh
"set notitle

"set tw=65 noai
"au!BufEnter *.c,*.cc,*.h,*.C,*.H,*.cpp,*.c++,*akefile set tw=0 ai
au!BufEnter /tmp/snd.*,/tmp/mutt* set tw=65 noai
au!BufEnter *.html,*.ioml set tw=75

map ; :nohlsearch<CR>

"set bg=dark
let mysyntaxfile="~/.vimsyn"
syntax on

