"set term=builtin_xterm set nocompatible syntax on "set cindent set autoindent set showmatch :colorscheme darkblue set ruler set backspace=indent,eol,start set expandtab set shiftwidth=4 set softtabstop=4 set tabstop=4 "map  I filetype plugin indent on autocmd BufReadPost * \ if line("'\"") > 0 && line("'\"") <= line("$") | \ exe "normal g`\"" | \ endif