aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ff6ac208..f05f6716 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -96,7 +96,7 @@ endif
" for that particular context, but it's not really worth the extra complexity
" for such a niche situation.
"
-if $MYVIM != '' || $MYVIM =~# '[*?[|;&<>\r\n,]'
+if $MYVIM ==# '' || $MYVIM =~# '[*?[|;&<>\r\n,]'
echoerr 'Illegal user runtime path, halting user init'
finish
endif