Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 14, 2024
1 parent 1a6ef6e commit a57db05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/submode.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ The following user events will be triggered.

APIS *submode.nvim-submode.nvim-apis*

- `create(name, info, register)`
- `create(name, opts, register)`
- Create a new submode.
- `name: string` Name of this submode.
- `info: table` Infomation of this submode. Have the following fields.
- `opts: table` Options of this submode. Have the following fields.
- `mode: string` Parent mode of this submode like `"n"`, `"v"`, etc.
- `show_mode?: boolean` False to suppress `mode()` returns the submode name.
- `mode_name?: string | fun(): string` Change the value `mode()` returns.
Expand Down

0 comments on commit a57db05

Please sign in to comment.