X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vimrc;h=6048d8ec1798fb1265127bed40c7856336ca2c9b;hb=95ff8daef8ecc077751a92b87ba2c37a71e9887c;hp=5aa3e2013587de91d0b120355c957b75d3aa9bba;hpb=85f5b4d24533e0375798351005a22b0fea6880c4;p=config%2Fdotfiles.git 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.