aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
Commit message (Expand)AuthorAge
* 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
* feat: add vim.text module (#26069)Gregory Anders2023-11-16
* docs: fix vim.snippet help tags (#26068)Gregory Anders2023-11-16
* docs: small fixes (#25831)dundargoc2023-11-03
* feat(stdlib): add vim.base64 module (#25843)Gregory Anders2023-10-31
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* docs: do not use deprecated functions #25334Maria José Solano2023-09-24
* docs: fix type warningsMaria José Solano2023-09-23
* docs: update vim.schedule param name and typeOliver Marriott2023-09-23
* docs: clarify vim.schedule_wrap behaviourOliver Marriott2023-09-22
* docs: misc #24561Justin M. Keyes2023-09-20
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* docs: fix typos and other small fixes (#25005)dundargoc2023-09-14
* feat(vimdoc): support Markdown code blocks (#25127)Gregory Anders2023-09-13