mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
@@ -42,10 +42,11 @@ Functions ~
|
|||||||
*last_buffer_nr()* Obsolete name for bufnr("$").
|
*last_buffer_nr()* Obsolete name for bufnr("$").
|
||||||
|
|
||||||
Modifiers ~
|
Modifiers ~
|
||||||
|
*cpo-<*
|
||||||
*:menu-<special>*
|
*:menu-<special>*
|
||||||
*:menu-special* <> notation is always enabled. |cpo-<|
|
*:menu-special* <> notation is always enabled.
|
||||||
*:map-<special>*
|
*:map-<special>*
|
||||||
*:map-special* <> notation is always enabled. |cpo-<|
|
*:map-special* <> notation is always enabled.
|
||||||
|
|
||||||
Normal commands ~
|
Normal commands ~
|
||||||
*]f*
|
*]f*
|
||||||
|
@@ -160,6 +160,9 @@ Versions ~
|
|||||||
*standard-plugin-list*
|
*standard-plugin-list*
|
||||||
Standard plugins ~
|
Standard plugins ~
|
||||||
|pi_gzip.txt| Reading and writing compressed files
|
|pi_gzip.txt| Reading and writing compressed files
|
||||||
|
|pi_health.txt| Healthcheck framework
|
||||||
|
|pi_matchit.txt| Extended "%" matching
|
||||||
|
|pi_msgpack.txt| msgpack utilities
|
||||||
|pi_netrw.txt| Reading and writing files over a network
|
|pi_netrw.txt| Reading and writing files over a network
|
||||||
|pi_paren.txt| Highlight matching parens
|
|pi_paren.txt| Highlight matching parens
|
||||||
|pi_spec.txt| Filetype plugin to work with rpm spec files
|
|pi_spec.txt| Filetype plugin to work with rpm spec files
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*pi_msgpack.txt* Nvim
|
*pi_msgpack.txt* msgpack utilities
|
||||||
|
|
||||||
Author: Nikolay Pavlov <kp-pav@yandex.ru>
|
Author: Nikolay Pavlov <kp-pav@yandex.ru>
|
||||||
Copyright: (c) 2015 by Nikolay Pavlov
|
Copyright: (c) 2015 by Nikolay Pavlov
|
||||||
|
@@ -1028,7 +1028,7 @@ Array nvim_get_api_info(uint64_t channel_id)
|
|||||||
/// @param attributes Informal attributes describing the client. Clients might
|
/// @param attributes Informal attributes describing the client. Clients might
|
||||||
/// define their own keys, but the following are suggested:
|
/// define their own keys, but the following are suggested:
|
||||||
/// - "website" Website of client (for instance github repository)
|
/// - "website" Website of client (for instance github repository)
|
||||||
/// - "license" Informal descripton of the license, such as "Apache 2",
|
/// - "license" Informal description of the license, such as "Apache 2",
|
||||||
/// "GPLv3" or "MIT"
|
/// "GPLv3" or "MIT"
|
||||||
/// - "logo" URI or path to image, preferably small logo or icon.
|
/// - "logo" URI or path to image, preferably small logo or icon.
|
||||||
/// .png or .svg format is preferred.
|
/// .png or .svg format is preferred.
|
||||||
|
Reference in New Issue
Block a user