autocmd BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g`\"" | endif syntax on set number set tabstop=2 set expandtab set autoindent set ignorecase set hlsearch