]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Reset all options on startup.
authorSimon Ruderich <simon@ruderich.org>
Wed, 10 Mar 2010 17:51:00 +0000 (18:51 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 10 Mar 2010 17:51:00 +0000 (18:51 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 2823246d4cec2a54d449c3801756f7fa8f5bf85e..566c95f4e1b3627a461e3a881e964d4c335c4782 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -10,6 +10,11 @@ if $HOME == '/root' || exists('$SUDO_USER')
     qa
 endif
 
+
+" Reset all options (except 'term, 'lines' and 'columns'). This makes sure a
+" system wide configuration file doesn't change default values.
+set all&
+
 " Make sure Vim (and not Vi) settings are used.
 set nocompatible