set background=dark syntax on if has("autocmd") au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif endif if has("autocmd") filetype plugin indent on endif set showcmd " Show (partial) command in status line. set showmatch " Show matching brackets. set incsearch " Incremental search set modeline set hlsearch autocmd BufEnter * :syntax sync fromstart set viminfo='100,h