aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
Commit message (Expand)AuthorAge
* feat(lua): vim.hl.range() "timeout" #32012Siddhant Agarwal2025-01-22
* feat(vim.fs): find(), dir() can "follow" symlinks #31551Mike2025-01-14
* feat: add vim.fs.relpathdundargoc2025-01-13
* docs: miscdundargoc2025-01-11
* docs: misc #31867Justin M. Keyes2025-01-09
* feat(docs): "yxx" runs Lua/Vimscript code examples #31904Riley Bruins2025-01-09
* "nvim -es": disable shada #21723Justin M. Keyes2025-01-05
* docs: misc #31822Justin M. Keyes2025-01-03
* feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* docs: misc #31479Justin M. Keyes2025-01-01
* fix(vim.fs): joinpath() does not normalize slashes on Windows #31782Gustav Eikaas2024-12-31
* feat(lua): add `vim.fs.abspath`Famiu Haque2024-12-28
* docs(api): vim.version.range():has() method #31622Lukasz Piepiora2024-12-23
* docs: fix type of vim.validate valueMaria José Solano2024-12-09
* feat(stdlib): vim.json.encode(...,{escape_slash:boolean}) #30561Bartłomiej Maryńczak2024-12-06
* docs: misc, help tags for neovim.io searches #31428Justin M. Keyes2024-12-03
* docs: example keybind for :Inspect #31391C.D. MacEachern2024-12-01
* docs: add tag `vim.fs.exists()` and document suggested replacementdundargoc2024-11-27
* fix(lua): remove vim.loader.disable() #31344Justin M. Keyes2024-11-26
* feat(lsp): deprecate non-method client functionsLewis Russell2024-11-20
* fix(ui): no fast context for prompt message kinds #31224luukvbaal2024-11-15
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* feat(lua): allow vim.on_key() callback to consume the key (#30939)errael2024-11-01
* refactor(loader): use the term stat instead of hashLewis Russell2024-10-31
* feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight2024-10-23
* fix(lsp): support multiple clients in typehierarchyLewis Russell2024-10-22
* feat(vim.validate): improve fast form and deprecate spec formLewis Russell2024-10-21
* refactor: rename vim.highlight => vim.hlJustin M. Keyes2024-10-21
* docs(lua): clarify when on_key "typed" will be empty (#30774)zeertzjq2024-10-12
* fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq2024-10-12
* docs(lua): "vim.bo" is always equivalent to :setlocal (#30733)zeertzjq2024-10-09
* docs: dev-arch, focusable windows #30510Justin M. Keyes2024-10-07
* docs: more `@since` annotations #30660Justin M. Keyes2024-10-04
* docs: render `@since` versions, 0 means experimental #30649Justin M. Keyes2024-10-04
* docs: improve luacats support #30580James Trew2024-10-03
* test: refactor exec_lua in xdiff_specLewis Russell2024-09-30
* fix(diff): use mmfile_t in linematchLewis Russell2024-09-30
* docs: misc (#30177)dundargoc2024-09-29
* refactor(lua): vim.keymap.set tests, docs #30511Justin M. Keyes2024-09-25
* docs: lua error patterns #30240Justin M. Keyes2024-09-24
* feat(fs.lua): add vim.fs.rm()Lewis Russell2024-09-22
* feat(vim.ui): configurable "gx" / vim.ui.open() toolMatěj Cepl2024-09-16
* fix(lua): revert vim.tbl_extend behavior change and document itChristian Clason2024-09-08
* docs: misc #28970Justin M. Keyes2024-09-01
* docs: misc (#29719)dundargoc2024-08-29
* docs(lua): clarify assumptions on luajit vs. puc luaChristian Clason2024-07-21
* fix(tohtml): support ranges againaltermo2024-07-16
* docs(lpeg): merge upstream changesMaria José Solano2024-07-15
* feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider2024-07-06
* docs(news): fix inconsistencies (#29381)zeertzjq2024-06-18