aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc.stub2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc.stub b/vim/vimrc.stub
index 484e881e..486c71e0 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 && v:progname !=# 'vi'
runtime vimrc
finish
endif