From 033126586da6c61c0d5b21416cc5c6f2aa739785 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 10 Dec 2022 10:17:51 +1300 Subject: Update vimrc comment to reflect new behavior This was changed in a990df7, but I neglected to update the comment. --- vim/vimrc.stub | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vim/vimrc.stub b/vim/vimrc.stub index 23a90608..92c53dfb 100644 --- a/vim/vimrc.stub +++ b/vim/vimrc.stub @@ -1,10 +1,9 @@ " We have a big, important decision to make here. " " Check that we're not running in 'compatible' mode, nor that the environment -" calls for the same, that we're running Vim v7.0.0 or newer, and that we -" haven't been invoked as just plain `vi`. If it's all clear, we can load the -" main vimrc file from ~/.vim/vimrc to use Vim in all of its incompatible -" glory, and then stop sourcing the rest of this file. +" calls for the same, and that we're running Vim v7.0.0 or newer. If it's all +" clear, we can load the main vimrc file from ~/.vim/vimrc to use Vim in all +" of its incompatible glory, and then stop sourcing the rest of this file. " if !&compatible && !exists('$POSIXLY_CORRECT') if v:version >= 700 -- cgit v1.2.3