aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index b8824898..d139d5ee 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -99,7 +99,7 @@ if has('eval')
endif
" History
-set history=1000
+set history=2000
" List
set nolist
@@ -226,7 +226,7 @@ if has('user_commands')
endif
" Undo
-set undolevels=1000
+set undolevels=2000
if !strlen($SUDO_USER) && has('unix') && has('persistent_undo')
set undofile
set undodir^=~/.vim/undo//