]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Fix typo in comment.
authorSimon Ruderich <simon@ruderich.org>
Tue, 8 Jun 2010 20:08:58 +0000 (22:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 8 Jun 2010 20:08:58 +0000 (22:08 +0200)
vimrc

diff --git a/vimrc b/vimrc
index e6a716e35f5b00bf336726f40d94f670b16fd108..58e50ac5ff51f3911d97be7bbe331c8de2530877 100644 (file)
--- 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.