Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
chore: update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2022
1 parent d55299f commit f4a7a82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified data/api.mpack
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/lua-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*lua-dev.txt* For NVIM v0.5.0 Last change: 2022 September 27
*lua-dev.txt* For NVIM v0.5.0 Last change: 2022 September 28

==============================================================================
Table of Contents *lua-dev-table-of-contents*
Expand Down
2 changes: 1 addition & 1 deletion types/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ function vim.api.nvim_out_write(str) end
-- range items were specified.
-- • count: (number) Any |<count>| that was supplied to the command. -1
-- if command cannot take a count.
-- • reg: (number) The optional command |<register>|, if specified. Empty
-- • reg: (string) The optional command |<register>|, if specified. Empty
-- string if not specified or if command cannot take a register.
-- • bang: (boolean) Whether command contains a |<bang>| (!) modifier.
-- • args: (array) Command arguments.
Expand Down

0 comments on commit f4a7a82

Please sign in to comment.