mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 16:42:42 +00:00
@@ -42,10 +42,11 @@ Functions ~
|
||||
*last_buffer_nr()* Obsolete name for bufnr("$").
|
||||
|
||||
Modifiers ~
|
||||
*cpo-<*
|
||||
*:menu-<special>*
|
||||
*:menu-special* <> notation is always enabled. |cpo-<|
|
||||
*:menu-special* <> notation is always enabled.
|
||||
*:map-<special>*
|
||||
*:map-special* <> notation is always enabled. |cpo-<|
|
||||
*:map-special* <> notation is always enabled.
|
||||
|
||||
Normal commands ~
|
||||
*]f*
|
||||
|
||||
@@ -160,6 +160,9 @@ Versions ~
|
||||
*standard-plugin-list*
|
||||
Standard plugins ~
|
||||
|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_paren.txt| Highlight matching parens
|
||||
|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>
|
||||
Copyright: (c) 2015 by Nikolay Pavlov
|
||||
|
||||
Reference in New Issue
Block a user