From: Simon Ruderich Date: Tue, 8 Jun 2010 20:08:58 +0000 (+0200) Subject: vimrc: Fix typo in comment. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=28f24eb689eea6bd0bb4383c8970fbda79a282be;p=config%2Fdotfiles.git vimrc: Fix typo in comment. --- diff --git a/vimrc b/vimrc index e6a716e..58e50ac 100644 --- a/vimrc +++ b/vimrc @@ -16,7 +16,7 @@ endif if has('eval') let s:save_runtimepath = &runtimepath endif -" Reset all options (except 'term, 'lines' and 'columns'). This makes sure a +" Reset all options (except 'term', 'lines' and 'columns'). This makes sure a " system wide configuration file doesn't change default values. set all& " And restore it after all other options were reset.