aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
Commit message (Expand)AuthorAge
* 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
* | feat(lua): add semver apiKelly Lin2023-03-06
|/
* docs(lua): number → integer (#22517)Jaehwang Jung2023-03-04
* docs(inspect): number → integer (#22511)Jaehwang Jung2023-03-04
* docs(uri): number → integer (#22515)Jaehwang Jung2023-03-04
* feat(vim.fs): pass path to find() predicate, lazy evaluate #22378Mike2023-03-01
* feat(lua): make sure require'bit' always works, even with PUC lua 5.1bfredl2023-02-22
* docs: naming conventions, guidelinesJustin M. Keyes2023-02-22
* fix(treesitter): fix most diagnosticsLewis Russell2023-02-04
* docs(vim.fs): normalize Windows example was incorrect (#21966)C.D. MacEachern2023-01-25
* build: make generated source files reproducible #21586Arnout Engelen2023-01-23
* docs(lua): use luaref tag instead of www.lua.org #21813Naru2023-01-15
* feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
* docs(lua): adjust some type annotationsnotomo2023-01-04
* docs(lua): fix treesitter parsing errorsChristian Clason2023-01-01
* docs(lua): add `vim.json` (#21538)Christian Clason2022-12-27
* Merge pull request #21402 from lewis6991/feat/fs_lsLewis Russell2022-12-22
|\
| * feat(fs): add opts argument to vim.fs.dir()Lewis Russell2022-12-20
* | feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
|/
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* docs(lua): add guide to using Lua in Neovim (#21137)dundargoc2022-12-08
* docs(lua): correct vim.spell.check example (#21311)Jack Rowlingson2022-12-06
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* docs: add language annotation to Nvim manualChristian Clason2022-12-02
* feat(help): highlighted codeblocksChristian Clason2022-11-29
* feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
* docs(lua): correct the tags for vim.opt_local and vim.opt_global (#21138)dundargoc2022-11-28
* docs: fix typos (#21168)dundargoc2022-11-26
* docs(lua): add clarifications for fs.find() and fs.normalize() (#21132)AzerAfram2022-11-24
* feat: add vim.secure.read()Gregory Anders2022-11-17
* fix(vim.ui.input): return empty string when inputs nothing (#20883)Jongwook Choi2022-11-08
* Enable new diff option linematch (#14537)Jonathon2022-11-04
* fix(lua): pesc, tbl_islist result types #20751NAKAI Tsuyoshi2022-10-24
* feat(runtime)!: remove filetype.vim (#20428)Christian Clason2022-10-17
* fix(docs-html): update parserJustin M. Keyes2022-10-10
* docs: various #12823Justin M. Keyes2022-10-09
* feat: added support for specifying types for lua2doxFolke Lemaitre2022-10-06
* docs: added proper annotations to functions in shared.luaFolke Lemaitre2022-10-06
* docs(docstrings): fix runtime type annotationsElizabeth Paź2022-10-05
* feat(docs): format parameters as a list #20485Justin M. Keyes2022-10-05
* docs: mark cmdheight=0 and vim.attach_ui as experimentalbfredl2022-09-28
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* docs(lua): correct docs for option accessor metatables (#20256)Lewis Russell2022-09-22
* feat(filetype): expand environment variables in filetype patterns (#20145)Jonas Strittmatter2022-09-21
* docs(lua): opts in `vim.keymap.{set,del}` can be optional (#20255)Lewis Russell2022-09-20