mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
Merge pull request #25214 from bfredl/glyphcache
refactor(grid): change schar_T representation to be more compact
This commit is contained in:
3
runtime/lua/vim/_meta/api.lua
generated
3
runtime/lua/vim/_meta/api.lua
generated
@@ -79,6 +79,9 @@ function vim.api.nvim__id_float(flt) end
|
||||
--- @return any[]
|
||||
function vim.api.nvim__inspect_cell(grid, row, col) end
|
||||
|
||||
--- @private
|
||||
function vim.api.nvim__invalidate_glyph_cache() end
|
||||
|
||||
--- @private
|
||||
--- @return any[]
|
||||
function vim.api.nvim__runtime_inspect() end
|
||||
|
||||
Reference in New Issue
Block a user