From d00c2b6f4c49515e06514386c1d6941e85bfd6a3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 Jun 2018 22:39:12 +1200 Subject: Remove 'autoread' and 'autowrite' .vimrc settings These seem like antipatterns, on reflection. --- vim/vimrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index ce1e88cf..449fbab1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -131,14 +131,6 @@ if has('file_in_path') set path+=** endif -" If the Vim buffer for a file doesn't have any changes and Vim detects the -" file has been altered, quietly update it -set autoread - -" Save a file automatically if I change buffers or perform operations with the -" argument list; this is particularly helpful for me as I don't use 'hidden' -set autowrite - " Don't use modelines at all, they're apparently potential security problems " and I've never used them anyway set nomodeline -- cgit v1.2.3