set nocp set autoindent set cindent set cinwords=if,else,while,do,for,switch set background=light set showmatch set ruler set tabstop=4 set shiftwidth=4 set autoread set is hls showmatch set modelines=3 syntax on set textwidth=80 "colorscheme elflord :command! -nargs=* Make make | cwindow 3 map :Make map ggVGg? autocmd BufEnter * :syntax sync fromstart autocmd BufReadPost *.c,*.h :set sw=4 ts=4 expandtab autocmd BufReadPost *.html,*.php,*.js :set sw=2 ts=2 autocmd BufReadPost *.cls,*.sty :set filetype=tex