mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 17:41:48 +00:00
feat(float): 'statusline' in floating windows #36521
Problem: Can't show 'statusline' in floating windows. Solution: Use window-local 'statusline' to control floating window statusline visibility.
This commit is contained in:
34
runtime/lua/vim/_meta/api_keysets.lua
generated
34
runtime/lua/vim/_meta/api_keysets.lua
generated
@@ -440,29 +440,29 @@ error('Cannot require a meta file')
|
||||
--- @field register? boolean
|
||||
|
||||
--- @class vim.api.keyset.win_config
|
||||
--- @field row? number
|
||||
--- @field col? number
|
||||
--- @field width? integer
|
||||
--- @field height? integer
|
||||
--- @field anchor? "NW"|"NE"|"SW"|"SE"
|
||||
--- @field relative? "cursor"|"editor"|"laststatus"|"mouse"|"tabline"|"win"
|
||||
--- @field split? "left"|"right"|"above"|"below"
|
||||
--- @field win? integer
|
||||
--- @field bufpos? integer[]
|
||||
--- @field external? boolean
|
||||
--- @field fixed? boolean
|
||||
--- @field focusable? boolean
|
||||
--- @field mouse? boolean
|
||||
--- @field vertical? boolean
|
||||
--- @field zindex? integer
|
||||
--- @field border? string[]|"none"|"single"|"double"|"rounded"|"solid"|"shadow"
|
||||
--- @field title? any
|
||||
--- @field title_pos? "center"|"left"|"right"
|
||||
--- @field footer? any
|
||||
--- @field footer_pos? "center"|"left"|"right"
|
||||
--- @field hide? boolean
|
||||
--- @field height? integer
|
||||
--- @field mouse? boolean
|
||||
--- @field relative? "cursor"|"editor"|"laststatus"|"mouse"|"tabline"|"win"
|
||||
--- @field row? number
|
||||
--- @field style? "minimal"
|
||||
--- @field noautocmd? boolean
|
||||
--- @field fixed? boolean
|
||||
--- @field hide? boolean
|
||||
--- @field vertical? boolean
|
||||
--- @field win? integer
|
||||
--- @field width? integer
|
||||
--- @field zindex? integer
|
||||
--- @field anchor? "NW"|"NE"|"SW"|"SE"
|
||||
--- @field border? string[]|"none"|"single"|"double"|"rounded"|"solid"|"shadow"
|
||||
--- @field bufpos? integer[]
|
||||
--- @field col? number
|
||||
--- @field split? "left"|"right"|"above"|"below"
|
||||
--- @field title? any
|
||||
--- @field title_pos? "center"|"left"|"right"
|
||||
--- @field _cmdline_offset? integer
|
||||
|
||||
--- @class vim.api.keyset.win_text_height
|
||||
|
||||
Reference in New Issue
Block a user