aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-18 15:37:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-18 15:37:18 +1200
commit17e781617ac597ccafe0af151fb23e0172becdb9 (patch)
treee665ff53db274d64d64379f3a4943d9ba2883c3f
parentMerge branch 'release/v6.24.0' into develop (diff)
downloaddotfiles-17e781617ac597ccafe0af151fb23e0172becdb9.tar.gz
dotfiles-17e781617ac597ccafe0af151fb23e0172becdb9.zip
Adjust comment for POSIXY_CORRECT switch
-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