]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vimrc
gvimrc: Don't display menu and toolbars.
[config/dotfiles.git] / 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.