From 98f8b4cdef2b20b8d6505a02312e6cb523897163 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 Jun 2018 22:59:30 +1200 Subject: Remove unnecessary 'undofile' settings On Unix, 'undolevels' defaults to 1000, and 'undofile' defaults to off. --- vim/vimrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 874159b9..b5a84d59 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -225,15 +225,6 @@ set visualbell t_vb= " Rebind Ctrl-C in insert mode to undo the current insert operation inoremap u -" Keep screeds of undo history -set undolevels=2000 - -" 'undodir' and 'undofile' settings will be taken care of by the -" auto_cache_dirs.vim plugin if applicable/possible -if has('persistent_undo') - set noundofile -endif - " When in visual block mode, let me move the cursor anywhere in the buffer; " don't restrict me only to regions with text if has('virtualedit') -- cgit v1.2.3