]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Minor documentation update.
authorSimon Ruderich <simon@ruderich.org>
Thu, 6 Oct 2011 03:57:53 +0000 (05:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 6 Oct 2011 03:57:53 +0000 (05:57 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 5aa3e2013587de91d0b120355c957b75d3aa9bba..6048d8ec1798fb1265127bed40c7856336ca2c9b 100644 (file)
--- 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.