From 43023fc773ff29389981f00c5f16ad8de5e5d0c0 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Thu, 23 Sep 2010 08:13:53 -0700 Subject: [PATCH] Added support for automatically applying changes the user writes to the .vimrc. --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index b17c535..fd01a20 100644 --- a/.vimrc +++ b/.vimrc @@ -93,4 +93,7 @@ noremap! noremap "" noremap! +" Automatically reload the .vimrc when changes are made to it +au! BufWritePost .vimrc source % + -- 2.20.1