From 95ff8daef8ecc077751a92b87ba2c37a71e9887c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 6 Oct 2011 05:57:53 +0200 Subject: [PATCH] vimrc: Minor documentation update. --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 5aa3e20..6048d8e 100644 --- a/vimrc +++ b/vimrc @@ -419,6 +419,7 @@ endif " twice. if has('autocmd') augroup vimrc +" Remove all autocmds from the current group. autocmd! " Go to last position of opened files. Taken from :help last-position-jump. -- 2.44.1