From 3f238bee27fb06b20bb3695a034d81d1a7bb94c0 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 8 Oct 2016 19:34:31 -0700 Subject: [PATCH] Don't write backup files --- .vim/options.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/options.vim b/.vim/options.vim index 420a94d..6ea3d7c 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -26,6 +26,7 @@ set nobackup set nofoldenable set noswapfile set nowrap +set nowritebackup set nrformats-=octal set number set scrolloff=5