aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc.stub2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc.stub b/vim/vimrc.stub
index 486c71e0..23a90608 100644
--- a/vim/vimrc.stub
+++ b/vim/vimrc.stub
@@ -7,7 +7,7 @@
" glory, and then stop sourcing the rest of this file.
"
if !&compatible && !exists('$POSIXLY_CORRECT')
- if v:version >= 700 && v:progname !=# 'vi'
+ if v:version >= 700
runtime vimrc
finish
endif