https://github.com/vim/vim/pull/15801
(7 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
@zeertzjq commented on this pull request.
> @@ -972,9 +973,9 @@ accordingly. Vim proceeds in this order: The |v:vim_did_enter| variable is set to 1. The |VimEnter| autocommands are executed. -The $MYVIMRC or $MYGVIMRC file will be set to the first found vimrc and/or -gvimrc file while $MYVIMDIR is set to the users personal runtime directory -'rtp' (typically the first entry in 'runtimepath'). +The $MYVIMRC or $MYGVIMRC environment variable will be set to the first found⬇️ Suggested change
-The $MYVIMRC or $MYGVIMRC environment variable will be set to the first found +The $MYVIMRC or $MYGVIMRC environment variables will be set to the first found
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Oh, I looked at the source code, and indeed only one of them will be set, so the change isn't needed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.