aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cd8e5b39..06ebb4f7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -72,6 +72,9 @@ if v:version > 703 || v:version == 703 && has('patch541')
set formatoptions+=j
endif
+" Keep more command and search history
+set history=500
+
" Don't assume I'm editing C; let the filetype set this
set include=