diff options
Diffstat (limited to 'conf/options.vim')
-rw-r--r-- | conf/options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/options.vim b/conf/options.vim index 6a9e2dc..5315c1f 100644 --- a/conf/options.vim +++ b/conf/options.vim @@ -33,7 +33,7 @@ set autoread " Automatically read external changes on the file if has('unnamedplus') " Allow OS & vim clipboard sync set clipboard=unnamedplus endif -set undofile " Save undo history +set noundofile " Save undo history set history=500 " Max line vim remember set updatetime=500 " Delay before vim write swap file, better for gitgutter |