From f69171cbe8fa08232e4c505cad6bbfe4557b80b4 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 1 Aug 2014 18:12:13 +0200 Subject: [PATCH] auto reloading of externally changed files --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 936ab20..b52640e 100644 --- a/.vimrc +++ b/.vimrc @@ -59,6 +59,9 @@ set complete-=k complete+=k " 2006-04-24 set smartcase +" reload file when changes happen in other editors +set autoread + " 2008-04-14 with the if-statement added at 2008-11-19 if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" set t_Co=256