mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
docs: add missing docs from some Vim patches (#21296)
This is cherry-picked from these Vim patches: Only applicable change outside vi_diff.txt in patch 8.1.1226:6c60f47fb9
Most changes outside starting.txt and vi_diff.txt in patch 8.1.1280:25c9c680ec
Missing docs for 'mousemoveevent':cbaff5e06e
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
/// Omitted if command cannot take a register.
|
||||
/// - bang: (boolean) Whether command contains a |<bang>| (!) modifier.
|
||||
/// - args: (array) Command arguments.
|
||||
/// - addr: (string) Value of |:command-addr|. Uses short name.
|
||||
/// - addr: (string) Value of |:command-addr|. Uses short name or "line" for -addr=lines.
|
||||
/// - nargs: (string) Value of |:command-nargs|.
|
||||
/// - nextcmd: (string) Next command if there are multiple commands separated by a |:bar|.
|
||||
/// Empty if there isn't a next command.
|
||||
|
Reference in New Issue
Block a user