From fa5dda31bfdc1474adb57359063bfd9412a15dc7 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Mon, 21 Sep 2015 19:59:41 +0800 Subject: [PATCH] turn undo file off --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 5ec13e8..870aac6 100644 --- a/.vimrc +++ b/.vimrc @@ -156,6 +156,9 @@ set nobackup set nowb set noswapfile +" Turn off undo file, keep annoying "un~" file away +set noundofile + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Text, tab and indent related