From 8c6caacb4e8f5989c1863575f7a4af64d251f50f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 10 May 2024 19:46:04 -0300 Subject: vim: disable backups --- .vimrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 136f313..9c87781 100755 --- a/.vimrc +++ b/.vimrc @@ -83,14 +83,14 @@ endfun autocmd BufReadPost * silent! normal! :call RestoreScrollPosition() " spooky vim backups stolen from official example config -if has("vms") - set nobackup " do not keep a backup file, use versions instead -else - set backup " keep a backup file (restore to previous version) - if has('persistent_undo') - set undofile " keep an undo file (undo changes after closing) - endif -endif +" if has("vms") +" set nobackup " do not keep a backup file, use versions instead +" else +" set backup " keep a backup file (restore to previous version) +" if has('persistent_undo') +" set undofile " keep an undo file (undo changes after closing) +" endif +" endif " disable default language-specific indentation behavior " (this doesn't actually work as an autocmd, instead copy-paste -- cgit 1.3.0-6-gf8a5