aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc.stub
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc.stub')
-rw-r--r--vim/vimrc.stub4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc.stub b/vim/vimrc.stub
index 0be30848..29a9e1bf 100644
--- a/vim/vimrc.stub
+++ b/vim/vimrc.stub
@@ -5,10 +5,6 @@
" clear, we can load the main vimrc file from ~/.vim/vimrc to use Vim in all
" of its incompatible glory, and then stop sourcing the rest of this file.
"
-" We have to set 'compatible' back to its default because system vimrcs
-" sometimes set it.
-"
-set compatible&
if !&compatible && !exists('$POSIXLY_CORRECT') && v:version >= 700
runtime vimrc
finish