Skip to content

Commit

Permalink
(mini.test) Add missing documentation for child.lua_notfiy.
Browse files Browse the repository at this point in the history
  • Loading branch information
echasnovski committed Sep 26, 2023
1 parent ec8cb73 commit 1fdbb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/mini-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ Fields~
capture output. A wrapper for |nvim_exec()| with capturing output.

{lua} `(function)` Execute Lua code. A wrapper for |nvim_exec_lua()|.
{lua_notify} `(function)` Execute Lua code without waiting for output.
{lua_get} `(function)` Execute Lua code and return result. A wrapper
for |nvim_exec_lua()| but prepends string code with `return`.

Expand Down
1 change: 1 addition & 0 deletions lua/mini/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ end
--- capture output. A wrapper for |nvim_exec()| with capturing output.
---
---@field lua function Execute Lua code. A wrapper for |nvim_exec_lua()|.
---@field lua_notify function Execute Lua code without waiting for output.
---@field lua_get function Execute Lua code and return result. A wrapper
--- for |nvim_exec_lua()| but prepends string code with `return`.
---
Expand Down

0 comments on commit 1fdbb86

Please sign in to comment.