mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
docs(deprecated): alternatives for $NVIM_LISTEN_ADDRESS
This commit is contained in:
parent
6d52a29c3b
commit
f479dd0bbe
@ -24,12 +24,12 @@ Commands ~
|
|||||||
*:wviminfo* Deprecated alias to |:wshada| command.
|
*:wviminfo* Deprecated alias to |:wshada| command.
|
||||||
|
|
||||||
Environment Variables ~
|
Environment Variables ~
|
||||||
*$NVIM_LISTEN_ADDRESS* $NVIM_LISTEN_ADDRESS is a deprecated way to set the
|
*$NVIM_LISTEN_ADDRESS* Deprecated way to
|
||||||
|--listen| address of Nvim, and also had a conflicting
|
* set the server name (use |--listen| instead)
|
||||||
purpose as a way to detect a parent Nvim (use |$NVIM|
|
* get the server name (use |v:servername| instead)
|
||||||
for that). It is unset by |terminal| and |jobstart()|
|
* detect a parent Nvim (use |$NVIM| instead)
|
||||||
(unless explicitly given by the "env" option).
|
Unset by |terminal| and |jobstart()| (unless explicitly
|
||||||
Ignored if --listen is given.
|
given by the "env" option). Ignored if --listen is given.
|
||||||
|
|
||||||
Events ~
|
Events ~
|
||||||
*BufCreate* Use |BufAdd| instead.
|
*BufCreate* Use |BufAdd| instead.
|
||||||
|
Loading…
Reference in New Issue
Block a user