|
@@ -4,13 +4,11 @@
|
|
|
|
|
|
" Use pathogen https://github.com/tpope/vim-pathogen
|
|
" Use pathogen https://github.com/tpope/vim-pathogen
|
|
execute pathogen#infect()
|
|
execute pathogen#infect()
|
|
|
|
+filetype plugin indent on
|
|
|
|
|
|
" set command history to 1000 lines.
|
|
" set command history to 1000 lines.
|
|
set history=1000
|
|
set history=1000
|
|
|
|
|
|
-" enable file type dependent behavior.
|
|
|
|
-filetype plugin indent on
|
|
|
|
-
|
|
|
|
" auto-detect changes on files and reload.
|
|
" auto-detect changes on files and reload.
|
|
set autoread
|
|
set autoread
|
|
|
|
|