From a98e0f2008e2e0ddb5c1fa3bcb71dbe25f727463 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 4 Sep 2012 16:31:34 +1200 Subject: This turned out to be a bit excessive Text files add up pretty fast actually with the amount I save --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index a463fda0..a01a80c3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -43,9 +43,6 @@ if !strlen($SUDO_USER) && has("unix") if !isdirectory($HOME . "/.vim/backup") && exists("*mkdir") call mkdir($HOME . "/.vim/backup", "p", 0700) endif - if has("autocmd") && v:version > 700 - autocmd BufWritePre * let &backupext = '.' . strftime("%Y-%m-%d_%H:%M:%S") . '.bak' - endif else set nobackup set nowritebackup -- cgit v1.2.3