From: Simon Ruderich Date: Thu, 6 Oct 2011 03:57:53 +0000 (+0200) Subject: vimrc: Minor documentation update. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=95ff8daef8ecc077751a92b87ba2c37a71e9887c;p=config%2Fdotfiles.git vimrc: Minor documentation update. --- 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.