aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
Commit message (Expand)AuthorAge
* 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
* Merge pull request #29103 from gpanders/test-no-tgcGregory Anders2024-06-12
|\
| * fix(vim.text): remove assert from vim.text.hexdecodeGregory Anders2024-05-31
* | fix(types): use vararg return type annotationWill Hopkins2024-06-11
* | refactor(lua): improve type annotationsLewis Russell2024-06-11
* | refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
|/
* refactor: deprecate vim.region() #28416Justin M. Keyes2024-05-28
* perf: add fast path to vim.validate (#28977)Gregory Anders2024-05-27
* refactor(lua): rewrite vim.highlight.range() (#28986)zeertzjq2024-05-25
* fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28964)Gregory Anders2024-05-24
* docs: extract health to its own filedundargoc2024-05-24
* docs: move vim.health documentation to lua.txtdundargoc2024-05-22
* fix(vim.iter): enable optimizations for arrays (lists with holes) (#28781)Gregory Anders2024-05-17
* docs: newsJustin M. Keyes2024-05-15
* docs(lua): restore missing indexing for vim.bo and vim.wo (#28751)zeertzjq2024-05-15
* docs: misc (#28609)dundargoc2024-05-15
* refactor(snippet): rename exit() => stop() #28628Justin M. Keyes2024-05-06
* fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes2024-05-03
* docs: add `hl-SnippetTabstop` tagEvgeni Chasnovski2024-05-02
* docs: misc #24163Justin M. Keyes2024-04-30
* fix(lsp): redundant vim.snippet.jumpable #28560Maria José Solano2024-04-29
* refactor(vim.iter)!: rename xxback() => rxx() #28503Justin M. Keyes2024-04-26
* fix: lua annotationsLewis Russell2024-04-26
* fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes2024-04-25
* feat(fs): add vim.fs.root (#28477)Gregory Anders2024-04-24