Skip to content

Commit 2d3bd1d

Browse files
authored
Merge pull request #180 from vim-denops/fix-function-parse-range
Fix function parse range
2 parents 356b0fa + 32d0af2 commit 2d3bd1d

File tree

4 files changed

+26
-3400
lines changed

4 files changed

+26
-3400
lines changed

denops_std/function/_generated.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4147,6 +4147,7 @@ export function keytrans(denops: Denops, ...args: unknown[]): Promise<unknown> {
41474147
}
41484148

41494149
/**
4150+
* The result is a Number, which is the length of the argument.
41504151
* When {expr} is a String or a Number the length in bytes is
41514152
* used, as with |strlen()|.
41524153
* When {expr} is a |List| the number of items in the |List| is
@@ -5231,6 +5232,7 @@ export function menu_info(
52315232
}
52325233

52335234
/**
5235+
* Return the minimum value of all items in {expr}. Example:
52345236
* echo min([apples, pears, oranges])
52355237
* {expr} can be a |List| or a |Dictionary|. For a Dictionary,
52365238
* it returns the minimum of all values in the Dictionary.

0 commit comments

Comments
 (0)