aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
Commit message (Expand)AuthorAge
* 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
* refactor(lua): deprecate tbl_flattenJustin M. Keyes2024-04-22
* refactor(lua): rename tbl_isarray => isarrayJustin M. Keyes2024-04-21
* refactor(lua): rename tbl_islist => islistJustin M. Keyes2024-04-21
* refactor(vim.iter)!: remove vim.iter.map/filter/totable #26138Justin M. Keyes2024-04-19
* feat(lua): vim.fs.normalize() resolves ".", ".." #28203Famiu Haque2024-04-16
* fix: vim.validate() order is not deterministic #28377Justin M. Keyes2024-04-16
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* fix(fs): allow backslash characters in unix pathsJames Trew2024-03-29
* docs: fix typos (#27868)dundargoc2024-03-28
* refactor(lua): type annotationsLewis Russell2024-03-16
* docs: adjust fswatch overflow message to mention docs with infoTomas Slusny2024-03-11
* docs(editorconfig): move to sourceLewis Russell2024-03-10
* docs: more accurate typing for vim.tbl_extendRiley Bruins2024-03-10
* docs: support inline markdownLewis Russell2024-03-09
* fix(type): remove incorrect arguments from vim.rpc*altermo2024-03-07
* feat(lua): deprecate vim.tbl_add_reverse_lookupMaria José Solano2024-03-07
* fix(fs): use generics for better typingaltermo2024-03-06
* refactor(types): more fixes (2)Lewis Russell2024-03-06
* refactor(types): more fixesLewis Russell2024-03-06
* docs(lua): improvements for LSP and DiagnosticLewis Russell2024-03-05
* docs(lua): clarify when `vim.bo`/`vim.wo` acts like `:setlocal` (#27708)Luna Saphie Mittelbach2024-03-04
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* docs(lpeg): remove double backticks from meta (#27659)Maria José Solano2024-02-29