From cfa5d0680107cad253085d8f62f951c25970a508 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 22 Nov 2021 12:00:04 +0100 Subject: 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. --- man/nvim.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man') 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 -- cgit