From b2d7b95f93fcac9a02aa558040a940af28b54b39 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 15 Jan 2013 14:35:03 -0500 Subject: [PATCH] disable persistent undo --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 801149f..55b023b 100644 --- a/vimrc +++ b/vimrc @@ -14,10 +14,10 @@ set expandtab set softtabstop=4 set ruler set showmatch -if has("persistent_undo") - set undodir=$MYVIMFILES/undo - set undofile -endif +"if has("persistent_undo") +" set undodir=$MYVIMFILES/undo +" set undofile +"endif set mouse=a set hlsearch set incsearch