:syntax on
:autocmd FileType * set formatoptions=tcq nocindent comments&
:autocmd FileType c,cpp set formatoptions=croql cindent comments=sr:/*,mb:*,ex:*/,://
:set backupext=.bak
:set backspace=indent,eol,start
:set autoindent
:set incsearch
:set autowrite
:set shiftwidth=4 ww=<,>,h,l
:ab #d #define
:ab #i #include
:set textwidth=70
:set ru sc wmnu nosol
:colorscheme evening
:set guioptions=migr
:set nowrap


