mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 12:58:16 +00:00

doc: termios defaults. ref #6992 doc: :help shell-powershell doc: provider: Python minimum version is 2.7, 3.4 doc: remove :!start special-case. #5844 doc: mention #7917 change which accepts empty Array for Dictionary parameter doc: <Cmd> pseudokey doc: lmap change #5658 doc: -s, -es
69 lines
2.0 KiB
Plaintext
69 lines
2.0 KiB
Plaintext
*deprecated.txt* Nvim
|
|
|
|
|
|
NVIM REFERENCE MANUAL
|
|
|
|
|
|
Nvim *deprecated*
|
|
|
|
The items listed below are "deprecated". This means they will be removed in
|
|
the future. They should not be used in new scripts, and old scripts should be
|
|
updated.
|
|
|
|
==============================================================================
|
|
|
|
Commands ~
|
|
*:rv*
|
|
*:rviminfo* Deprecated alias to |:rshada| command.
|
|
*:wv*
|
|
*:wviminfo* Deprecated alias to |:wshada| command.
|
|
|
|
Environment Variables ~
|
|
*$NVIM_LISTEN_ADDRESS* Deprecated in favor of |--listen|. If both are given,
|
|
$NVIM_LISTEN_ADDRESS is ignored.
|
|
|
|
Events ~
|
|
*EncodingChanged* Never fired; 'encoding' is always "utf-8".
|
|
*FileEncoding* Never fired; equivalent to |EncodingChanged|.
|
|
|
|
Keycodes ~
|
|
*<MouseDown>* Use <ScrollWheelUp> instead.
|
|
*<MouseUp>* Use <ScrollWheelDown> instead.
|
|
|
|
Functions ~
|
|
*buffer_exists()* Obsolete name for |bufexists()|.
|
|
*buffer_name()* Obsolete name for |bufname()|.
|
|
*buffer_number()* Obsolete name for |bufnr()|.
|
|
*file_readable()* Obsolete name for |filereadable()|.
|
|
*highlight_exists()* Obsolete name for |hlexists()|.
|
|
*highlightID()* Obsolete name for |hlID()|.
|
|
*jobclose()* Obsolete name for |chanclose()|
|
|
*jobsend()* Obsolete name for |chansend()|
|
|
*last_buffer_nr()* Obsolete name for bufnr("$").
|
|
|
|
Modifiers ~
|
|
*:menu-<special>*
|
|
*:menu-special* <> notation is always enabled. |cpo-<|
|
|
*:map-<special>*
|
|
*:map-special* <> notation is always enabled. |cpo-<|
|
|
|
|
Normal commands ~
|
|
*]f*
|
|
*[f* Same as "gf".
|
|
|
|
Options ~
|
|
*'cscopeverbose'* Enabled by default. Use |:silent| instead.
|
|
'gd'
|
|
'gdefault' Enables the |:substitute| flag 'g' by default.
|
|
*'fe'* 'fenc'+'enc' before Vim 6.0; no longer used.
|
|
*'highlight'* *'hl'* Names of builtin |highlight-groups| cannot be changed.
|
|
*'langnoremap'* Deprecated alias to 'nolangremap'.
|
|
*'vi'*
|
|
*'viminfo'* Deprecated alias to 'shada' option.
|
|
|
|
Variables~
|
|
*b:terminal_job_pid* PID of the top-level process in a |:terminal|.
|
|
Use `jobpid(&channel)` instead.
|
|
|
|
vim:noet:tw=78:ts=8:ft=help:norl:
|