mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Merge pull request #26249 from bfredl/concealchar
feat(decoration): allow conceal_char to be a composing char
This commit is contained in:
3
runtime/lua/vim/_meta/api.lua
generated
3
runtime/lua/vim/_meta/api.lua
generated
@ -80,6 +80,9 @@ function vim.api.nvim__id_float(flt) end
|
||||
function vim.api.nvim__inspect_cell(grid, row, col) end
|
||||
|
||||
--- @private
|
||||
--- For testing. The condition in schar_cache_clear_if_full is hard to reach,
|
||||
--- so this function can be used to force a cache clear in a test.
|
||||
---
|
||||
function vim.api.nvim__invalidate_glyph_cache() end
|
||||
|
||||
--- @private
|
||||
|
Reference in New Issue
Block a user