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

Commit

Permalink
chore: auto-generated types for Neovim nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2023
1 parent 866b6b6 commit f57e521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/nightly/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ function vim.api.nvim_open_term(buffer, opts) end
-- ```
--
-- Attributes: ~
-- not allowed when |textlock| is active or in the |cmdwin|
-- not allowed when |textlock| is active
--
-- Parameters: ~
-- • {buffer} Buffer to display, or 0 for current buffer
Expand Down Expand Up @@ -2937,7 +2937,7 @@ function vim.api.nvim_win_get_width(window) end
-- or |nvim_win_close()|, which will close the buffer.
--
-- Attributes: ~
-- not allowed when |textlock| is active or in the |cmdwin|
-- not allowed when |textlock| is active
--
-- Parameters: ~
-- • {window} Window handle, or 0 for current window
Expand All @@ -2958,7 +2958,7 @@ function vim.api.nvim_win_is_valid(window) end
-- Sets the current buffer in a window, without side effects
--
-- Attributes: ~
-- not allowed when |textlock| is active or in the |cmdwin|
-- not allowed when |textlock| is active
--
-- Parameters: ~
-- • {window} Window handle, or 0 for current window
Expand Down

0 comments on commit f57e521

Please sign in to comment.