From 28f24eb689eea6bd0bb4383c8970fbda79a282be Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 8 Jun 2010 22:08:58 +0200 Subject: [PATCH] vimrc: Fix typo in comment. --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.2