aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
Commit message (Expand)AuthorAge
* fix(docs): ignore_invalid #24174Justin M. Keyes2023-06-27
* docs: autocmds, miscJustin M. Keyes2023-06-25
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* fix(vim.json)!: remove global options, "null", "array_mt" #24070Justin M. Keyes2023-06-21
* docs #24061Justin M. Keyes2023-06-19
* docs #22363Justin M. Keyes2023-06-19
* docs: various clarifications (#23999)zeertzjq2023-06-12
* docs: fix vim.tbl_get type annotations #23992Stanislav Asunkin2023-06-11
* feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger2023-06-10
* docs: fix typos (#23917)Jonas Strittmatter2023-06-10
* feat(lua): add ringbuffer (#22894)Mathias Fußenegger2023-06-08
* feat(lua): add `vim.system()`Lewis Russell2023-06-07
* fix: version-range < and <= #23539Gianmaria Bajo2023-06-06
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* docs: small fixes (#23619)dundargoc2023-06-02
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* feat(fs): expose join_paths as `vim.fs.joinpath` (#23685)Christian Clason2023-05-20
* docs: small fixesdundargoc2023-05-13
* feat(lua): add hl priority opts on yank (#23509)marcoSven2023-05-06
* Merge pull request #23382 from gpanders/iter-benchmarkGregory Anders2023-04-29
|\
| * perf(iter): reduce number of table allocationsGregory Anders2023-04-28
* | vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
|/
* refactor(build): include lpeg as a librarybfredl2023-04-27
* Merge pull request #23303 from gpanders/more-vim-iterGregory Anders2023-04-25
|\
| * refactor(iter): move helper functions under vim.iterGregory Anders2023-04-25
* | feat(lua): vim.keycode (#22960)ii142023-04-25
|/
* fix(iter): remove special case totable for map-like tablesGregory Anders2023-04-19
* feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17
* feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi2023-04-14
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2023-04-11
* feat(vim.diff): allow passing an integer for linematchLewis Russell2023-04-04
* docs: fix typosdundargoc2023-04-04
* feat: allow function passed to defaulttable to take an argument (#22839)Gregory Anders2023-04-01
* refactor(loader): cache hash informationLewis Russell2023-03-31
* feat(vim.fs): improve normalizeLewis Russell2023-03-26
* feat(lua): add `vim.loader`Folke Lemaitre2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* docs: more details about vim.region (#21116)Jakub Łuczyński2023-03-25
* refactor(vim.gsplit): remove "keepsep"Justin M. Keyes2023-03-22
* feat(vim.gsplit): gain features of vim.splitJustin M. Keyes2023-03-22
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* feat(vim.version): more coercion with strict=falseJustin M. Keyes2023-03-20
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* fix(lua): vim.deprecate() shows ":help deprecated" #22677Justin M. Keyes2023-03-15
* docs(html): render @see items as a list #22675Justin M. Keyes2023-03-15
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* Merge pull request #13834 from bfredl/omniluabfredl2023-03-07
|\
| * feat(lua): omnifunc for builting lua interpreterBjörn Linse2023-03-06
* | refactor(vim.version): cleanupJustin M. Keyes2023-03-06