mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349)
Problem: leftcol property not available in getwininfo()
Solution: add leftcol property property (glepnir)
closes: vim/vim#16119
0a850673e3
Co-authored-by: glepnir <glephunter@gmail.com>
This commit is contained in:
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -3885,6 +3885,8 @@ function vim.fn.gettext(text) end
|
||||
--- botline last complete displayed buffer line
|
||||
--- bufnr number of buffer in the window
|
||||
--- height window height (excluding winbar)
|
||||
--- leftcol first column displayed; only used when
|
||||
--- 'wrap' is off
|
||||
--- loclist 1 if showing a location list
|
||||
--- quickfix 1 if quickfix or location list window
|
||||
--- terminal 1 if a terminal window
|
||||
|
||||
Reference in New Issue
Block a user