aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
Commit message (Expand)AuthorAge
* 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
* feat!: rewrite TOhtml in luaaltermo2024-02-28
* docs(lpeg): merge upstream changesMaria José Solano2024-02-28
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(types): fix miscellaneous type warningsMaria José Solano2024-02-25
* fix: type warnings in shared.luaLewis Russell2024-02-15
* docs: correct on_key docs (#27429)altermo2024-02-12
* docs: enforce "treesitter" spelling #27110Jongwook Choi2024-01-28
* docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes2024-01-27
* feat(ex_cmds): ranged :lua #27167luukvbaal2024-01-26
* feat(vim.version): add `vim.version.le` and `vim.version.ge`Jongwook Choi2024-01-21
* docs(vim.iter): correct `bool` to `boolean` (#27018)notomo2024-01-18
* docs: auto-generate docs for `vim.lpeg` and `vim.re`Jongwook Choi2024-01-14
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* feat(vim.iter): add Iter:flatten (#26786)JD2024-01-10
* fix(docs): make lines not overflow in vim docsJongwook Choi2024-01-09
* feat(lua): add noref to deepcopyLewis Russell2024-01-03
* docs: small fixesdundargoc2024-01-02
* docs(glob): add glob module (#26853)Mathias Fußenegger2024-01-02
* feat(iter): add `Iter.take` (#26525)Will Hopkins2023-12-12
* feat(lua): implement Iter:join() (#26416)Gregory Anders2023-12-05
* fix(lua): disallow vim.wait() in fast contextsLewis Russell2023-11-27
* docs: vim.iter #26169Justin M. Keyes2023-11-25
* fix(vim.region): handle multibyte inclusive selection properly (#26129)zeertzjq2023-11-21