aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc.stub.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc.stub.vim')
-rw-r--r--vim/vimrc.stub.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc.stub.vim b/vim/vimrc.stub.vim
index b5763f16..25ca7cf8 100644
--- a/vim/vimrc.stub.vim
+++ b/vim/vimrc.stub.vim
@@ -1,5 +1,5 @@
-" If POSIXLY_CORRECT is defined in the environment, we'll start compatible if
-" we're not already planning to do so.
+" If POSIXLY_CORRECT is defined in the environment, we'll start with
+" 'compatible' enabled if we're not already doing so
if exists('$POSIXLY_CORRECT') && !&compatible
set compatible
endif