diff options
author | eyalk11 <72234965+eyalk11@users.noreply.github.com> | 2022-06-21 11:25:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 10:25:44 +0200 |
commit | f479dd0bbef9383df05b1908eec0013ba92499b5 (patch) | |
tree | 471f358ca6f916857f00a2635faadbe3706b332e | |
parent | 6d52a29c3b8714804facdc7705e57e7f0511c85a (diff) | |
download | rneovim-f479dd0bbef9383df05b1908eec0013ba92499b5.tar.gz rneovim-f479dd0bbef9383df05b1908eec0013ba92499b5.tar.bz2 rneovim-f479dd0bbef9383df05b1908eec0013ba92499b5.zip |
docs(deprecated): alternatives for $NVIM_LISTEN_ADDRESS
-rw-r--r-- | runtime/doc/deprecated.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index e328bd28b5..eb6d9b6dc9 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. |