Skip to content

Commit 2c73174

Browse files
committed
👍 Regenerate function and option
1 parent f381239 commit 2c73174

File tree

7 files changed

+517
-68
lines changed

7 files changed

+517
-68
lines changed

function/_generated.ts

Lines changed: 56 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

function/buffer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@ export async function deletebufline(
384384
* bufnr Buffer number.
385385
* changed TRUE if the buffer is modified.
386386
* changedtick Number of changes made to the buffer.
387+
* command TRUE if the buffer belongs to the
388+
* command-line window `cmdwin`.
387389
* hidden TRUE if the buffer is hidden.
388390
* lastused Timestamp in seconds, like
389391
* `localtime()`, when the buffer was

function/common.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ import type { Denops } from "../mod.ts";
1515
* varname internal variable (see
1616
* dict.key `internal-variables`). Also works
1717
* list[i] for `curly-braces-names`, `Dictionary`
18-
* import.Func entries, `List` items, imported
19-
* items, etc.
20-
* Does not work for local variables in a
21-
* compiled `:def` function.
22-
* Also works for a function in `Vim9`
18+
* import.Func entries, `List` items, class and
19+
* class.Func object methods, imported items, etc.
20+
* object.Func Does not work for local variables in a
21+
* class.varname compiled `:def` function.
22+
* object.varname Also works for a function in `Vim9`
2323
* script, since it can be used as a
2424
* function reference.
2525
* Beware that evaluating an index may

function/various.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Denops } from "../mod.ts";
22

33
/**
44
* Return a string that indicates the current mode.
5-
* If [expr] is supplied and it evaluates to a non-zero Number or
5+
* If **{expr}** is supplied and it evaluates to a non-zero Number or
66
* a non-empty String (`non-zero-arg`), then the full mode is
77
* returned, otherwise only the first letter is returned.
88
* Also see `state()`.

0 commit comments

Comments
 (0)