mirror of
https://github.com/neovim/neovim.git
synced 2026-07-21 16:41:38 +00:00
docs: sort quasi-keysets
This commit is contained in:
@@ -981,18 +981,18 @@ static void build_cmdline_str(char **cmdlinep, exarg_T *eap, CmdParseInfo *cmdin
|
||||
/// @param cmd Replacement command to execute when this user command is executed. When called
|
||||
/// from Lua, the command can also be a Lua function. The function is called with a
|
||||
/// single table argument that contains the following keys:
|
||||
/// - name: (string) Command name
|
||||
/// - args: (string) The args passed to the command, if any [<args>]
|
||||
/// - bang: (boolean) "true" if the command was executed with a ! modifier [<bang>]
|
||||
/// - count: (number) Any count supplied [<count>]
|
||||
/// - fargs: (table) The args split by unescaped whitespace (when more than one
|
||||
/// argument is allowed), if any [<f-args>]
|
||||
/// - nargs: (string) Number of arguments |:command-nargs|
|
||||
/// - bang: (boolean) "true" if the command was executed with a ! modifier [<bang>]
|
||||
/// - line1: (number) The starting line of the command range [<line1>]
|
||||
/// - line2: (number) The final line of the command range [<line2>]
|
||||
/// - range: (number) The number of items in the command range: 0, 1, or 2 [<range>]
|
||||
/// - count: (number) Any count supplied [<count>]
|
||||
/// - reg: (string) The optional register, if specified [<reg>]
|
||||
/// - mods: (string) Command modifiers, if any [<mods>]
|
||||
/// - name: (string) Command name
|
||||
/// - nargs: (string) Number of arguments |:command-nargs|
|
||||
/// - range: (number) The number of items in the command range: 0, 1, or 2 [<range>]
|
||||
/// - reg: (string) The optional register, if specified [<reg>]
|
||||
/// - smods: (table) Command modifiers in a structured format. Has the same
|
||||
/// structure as the "mods" key of |nvim_parse_cmd()|.
|
||||
/// @param opts Optional flags
|
||||
|
||||
Reference in New Issue
Block a user