diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-11-22 12:00:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 12:00:04 +0100 |
commit | cfa5d0680107cad253085d8f62f951c25970a508 (patch) | |
tree | 5846b2b08c1e64d00fc5c95c08b3621cf550cf6c | |
parent | e6c46bac3f590bfa4ac544705f195e5122c02d7c (diff) | |
download | rneovim-cfa5d0680107cad253085d8f62f951c25970a508.tar.gz rneovim-cfa5d0680107cad253085d8f62f951c25970a508.tar.bz2 rneovim-cfa5d0680107cad253085d8f62f951c25970a508.zip |
docs(man): omit misleading mention of environment for -u NORC (#16379)
The phrase referred specifically to `$VIMINIT` and `$EXRC`, which
are parsed (and available with, e.g., `echo $VIMINIT` if set) but
of course not loaded since _any_ initialization is skipped. Hence
this is redundant and can be misleading.
-rw-r--r-- | man/nvim.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/nvim.1 b/man/nvim.1 index b206b62343..43dfc21dc7 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -177,8 +177,7 @@ If .Ar vimrc is .Cm NORC , -do not load any initialization files (except plugins), -and do not attempt to parse environment variables. +do not load any initialization files (except plugins). If .Ar vimrc is |