mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
Merge pull request #25148 from glepnir/fixed_opt
fix(float): add fixed option
This commit is contained in:
2
runtime/lua/vim/_meta/api.lua
generated
2
runtime/lua/vim/_meta/api.lua
generated
@@ -1608,6 +1608,8 @@ function vim.api.nvim_open_term(buffer, opts) end
|
||||
--- • noautocmd: If true then no buffer-related autocommand
|
||||
--- events such as `BufEnter`, `BufLeave` or `BufWinEnter` may
|
||||
--- fire from calling this function.
|
||||
--- • fixed: If true when anchor is NW or SW, the float window
|
||||
--- would be kept fixed even if the window would be truncated.
|
||||
--- @return integer
|
||||
function vim.api.nvim_open_win(buffer, enter, config) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user