- syntax on
 
- set background=dark
 
- if has("autocmd")
 
-   filetype plugin indent on
 
- endif
 
- set showcmd		" Show (partial) command in status line.
 
- set showmatch		" Show matching brackets.
 
- set ignorecase		" Do case insensitive matching
 
- set incsearch		" Incremental search
 
- set autowrite		" Automatically save before commands like :next and :make
 
- set hidden		" Hide buffers when they are abandoned
 
 
  |