neovim/runtime/lua/vim/_meta
Luuk van Baal 037ea6e786 feat(api): add nvim__redraw for more granular redrawing
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'.
2024-05-02 15:57:06 +02:00
..
api_keysets_extra.lua refactor(types): more fixes 2024-03-06 10:45:22 +00:00
api_keysets.lua feat(api): add nvim__redraw for more granular redrawing 2024-05-02 15:57:06 +02:00
api.lua feat(api): add nvim__redraw for more granular redrawing 2024-05-02 15:57:06 +02:00
base64.lua fix: lua annotations 2024-04-26 15:13:06 +01:00
builtin_types.lua docs(builtin): fix lua types for vim.fn.sign_getplaced 2024-02-13 08:22:32 +00:00
builtin.lua fix: lua annotations 2024-04-26 15:13:06 +01:00
diff.lua fix: lua annotations 2024-04-26 15:13:06 +01:00
json.lua feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
lpeg.lua docs: improve/add documentation of Lua types 2024-03-01 23:02:18 +00:00
misc.lua fix: type warnings in shared.lua 2024-02-15 11:32:50 +00:00
mpack.lua feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
options.lua docs: misc #24163 2024-04-30 04:30:21 -07:00
re.lua fix: lua annotations 2024-04-26 15:13:06 +01:00
regex.lua docs: improve/add documentation of Lua types 2024-03-01 23:02:18 +00:00
spell.lua fix: lua annotations 2024-04-26 15:13:06 +01:00
vimfn.lua docs: various fixes (#28208) 2024-04-30 07:04:42 +08:00
vvars.lua docs: various fixes (#28208) 2024-04-30 07:04:42 +08:00