X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=566c95f4e1b3627a461e3a881e964d4c335c4782;hb=e4f99a9615bea7fbcba11e7e1de5a979c41211ef;hp=2823246d4cec2a54d449c3801756f7fa8f5bf85e;hpb=da7ed32dc51735766944436c96d03a7d6822f659;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 2823246..566c95f 100644 --- 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