From 6349ec9e7c54d5f8d7f87bcd0bb95646e94bf65d Mon Sep 17 00:00:00 2001 From: eyalk11 <72234965+eyalk11@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:45:26 +0300 Subject: [PATCH] docs(deprecated): alternatives for $NVIM_LISTEN_ADDRESS (cherry picked from commit 905093f6ae8a0050bd126771be31bd0b0e452a65) --- runtime/doc/deprecated.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index b2dade64e0..12e607420e 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -24,12 +24,12 @@ Commands ~ *:wviminfo* Deprecated alias to |:wshada| command. Environment Variables ~ -*$NVIM_LISTEN_ADDRESS* $NVIM_LISTEN_ADDRESS is a deprecated way to set the - |--listen| address of Nvim, and also had a conflicting - purpose as a way to detect a parent Nvim (use |$NVIM| - for that). It is unset by |terminal| and |jobstart()| - (unless explicitly given by the "env" option). - Ignored if --listen is given. +*$NVIM_LISTEN_ADDRESS* Deprecated way to + * set the server name (use |--listen| instead) + * get the server name (use |v:servername| instead) + * detect a parent Nvim (use |$NVIM| instead) + Unset by |terminal| and |jobstart()| (unless explicitly + given by the "env" option). Ignored if --listen is given. Events ~ *BufCreate* Use |BufAdd| instead.