2017-03-21 09:08:19 -07:00
|
|
|
*deprecated.txt* Nvim
|
2016-09-24 06:07:49 -07:00
|
|
|
|
|
|
|
|
|
|
|
NVIM REFERENCE MANUAL
|
|
|
|
|
|
|
|
|
|
|
|
Nvim *deprecated*
|
|
|
|
|
2016-10-15 18:54:22 -07:00
|
|
|
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.
|
|
|
|
|
2016-09-24 06:07:49 -07:00
|
|
|
==============================================================================
|
|
|
|
|
|
|
|
Normal commands ~
|
|
|
|
*]f*
|
|
|
|
*[f* Same as "gf".
|
|
|
|
|
|
|
|
Commands ~
|
|
|
|
*:rv*
|
|
|
|
*:rviminfo* Deprecated alias to |:rshada| command.
|
|
|
|
*:wv*
|
|
|
|
*:wviminfo* Deprecated alias to |:wshada| command.
|
|
|
|
|
|
|
|
Events ~
|
|
|
|
*EncodingChanged* Never fired; 'encoding' is always "utf-8".
|
|
|
|
*FileEncoding* Never fired; equivalent to |EncodingChanged|.
|
|
|
|
|
2017-02-26 19:10:55 -07:00
|
|
|
Keycodes ~
|
|
|
|
*<MouseDown>* Use <ScrollWheelUp> instead.
|
|
|
|
*<MouseUp>* Use <ScrollWheelDown> instead.
|
|
|
|
|
2016-09-24 06:07:49 -07:00
|
|
|
Functions ~
|
|
|
|
*buffer_exists()* Obsolete name for |bufexists()|.
|
|
|
|
*buffer_name()* Obsolete name for |bufname()|.
|
2016-09-26 10:31:26 -07:00
|
|
|
*buffer_number()* Obsolete name for |bufnr()|.
|
2016-09-24 06:07:49 -07:00
|
|
|
*file_readable()* Obsolete name for |filereadable()|.
|
|
|
|
*highlight_exists()* Obsolete name for |hlexists()|.
|
|
|
|
*highlightID()* Obsolete name for |hlID()|.
|
|
|
|
*last_buffer_nr()* Obsolete name for bufnr("$").
|
|
|
|
|
|
|
|
Options ~
|
|
|
|
*'fe'* 'fenc'+'enc' before Vim 6.0; no longer used.
|
2017-04-01 08:33:32 -07:00
|
|
|
*'langnoremap'* Deprecated alias to 'nolangremap'.
|
2016-09-24 06:07:49 -07:00
|
|
|
*'vi'*
|
|
|
|
*'viminfo'* Deprecated alias to 'shada' option.
|
|
|
|
|
2016-10-12 14:52:05 -07:00
|
|
|
vim:tw=78:ts=8:ft=help:norl:
|