summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/builtin.lua
AgeCommit message (Expand)AuthorFiles
2026-04-14fix(lua): not obvious which _meta/ files are generated #39035Justin M. Keyes1
2026-02-14docs(lua): correct vim.wait() interval description (#37856)zeertzjq1
2026-02-01fix(lua): close vim.defer_fn() timer if vim.schedule() failed (#37647)zeertzjq1
2026-01-26fix(ui): only internal messages are unsafe #37462luukvbaal1
2025-12-15docs: misc, editorconfigJustin M. Keyes1
2025-12-10fix(lua): relax `vim.wait()` timeout validation #36900skewb1k1
2025-09-28docs: json, tests, lsp #35754Justin M. Keyes1
2025-09-01feat(lua): vim.wait() returns callback results #35588Justin M. Keyes1
2025-06-15fix(extui): clear cmdline buffer for first message (#34490)luukvbaal1
2025-04-21feat(ui): avoid setting 'cmdheight' with vim.ui_attach()Luuk van Baal1
2025-03-02docs: misc #31996Justin M. Keyes1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2024-11-15fix(ui): no fast context for prompt message kinds #31224luukvbaal1
2024-11-14fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal1
2024-10-23feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight1
2024-10-04docs: render `@since` versions, 0 means experimental #30649Justin M. Keyes1
2024-10-03docs: improve luacats support #30580James Trew1
2024-06-11refactor(lua): improve type annotationsLewis Russell1
2024-04-26fix: lua annotationsLewis Russell1
2024-03-28docs: fix typos (#27868)dundargoc1
2024-03-10docs(editorconfig): move to sourceLewis Russell1
2024-03-07fix(type): remove incorrect arguments from vim.rpc*altermo1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-15fix: type warnings in shared.luaLewis Russell1
2024-01-15docs: add lua typing for `vim.NIL`Jongwook Choi1
2023-11-27fix(lua): disallow vim.wait() in fast contextsLewis Russell1
2023-09-23docs: update vim.schedule param name and typeOliver Marriott1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-08-26docs: various clarifications (#24876)zeertzjq1
2023-07-29docs(lua): vim.str_utf_{start,end,pos} #24424altermo1
2023-07-22docs(lua): add missing word in docs for vim.empty_dict (#24401)Gnik1
2023-07-17fix: doc errorsLewis Russell1
2023-07-17fix: luacheckLewis Russell1
2023-07-17docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell1
2023-07-17docs(lua): move function docs to lua filesLewis Russell1