mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
037ea6e786
Experimental and subject to future changes. Add a way to redraw certain elements that are not redrawn while Nvim is waiting for input, or currently have no API to do so. This API covers all that can be done with the :redraw* commands, in addition to the following new features: - Immediately move the cursor to a (non-current) window. - Target a specific window or buffer to mark for redraw. - Mark a buffer range for redraw (replaces nvim__buf_redraw_range()). - Redraw the 'statuscolumn'. |
||
---|---|---|
.. | ||
_meta | ||
_changetracking.lua | ||
_completion.lua | ||
_dynamic.lua | ||
_meta.lua | ||
_snippet_grammar.lua | ||
_tagfunc.lua | ||
_watchfiles.lua | ||
buf.lua | ||
client.lua | ||
codelens.lua | ||
diagnostic.lua | ||
handlers.lua | ||
health.lua | ||
inlay_hint.lua | ||
log.lua | ||
protocol.lua | ||
rpc.lua | ||
semantic_tokens.lua | ||
sync.lua | ||
util.lua |