aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/shared.lua
Commit message (Expand)AuthorAge
* docs: misc #24561Justin M. Keyes2023-09-20
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* docs: luaref cleanup #24541Justin M. Keyes2023-08-03
* docs: miscJustin M. Keyes2023-08-03
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* docs: fix vim.tbl_get type annotations #23992Stanislav Asunkin2023-06-11
* feat(lua): add ringbuffer (#22894)Mathias Fußenegger2023-06-08
* docs: small fixesdundargoc2023-05-13
* refactor(iter): move helper functions under vim.iterGregory Anders2023-04-25
* refactor(lua): simplify vim.gsplit implJustin M. Keyes2023-04-21
* fix(lua): vim.split may trim inner empty itemsJustin M. Keyes2023-04-21
* 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
* refactor: remove modelines from Lua filesGregory Anders2023-04-13
* docs: fix typosdundargoc2023-04-04
* feat: allow function passed to defaulttable to take an argument (#22839)Gregory Anders2023-04-01
* refactor(vim.gsplit): remove "keepsep"Justin M. Keyes2023-03-22
* fix(vim.version): prerelease compareJustin M. Keyes2023-03-22
* feat(vim.gsplit): gain features of vim.splitJustin M. Keyes2023-03-22
* docs(lua): number → integer (#22517)Jaehwang Jung2023-03-04
* build: make generated source files reproducible #21586Arnout Engelen2023-01-23
* docs(lua): use luaref tag instead of www.lua.org #21813Naru2023-01-15
* docs(lua): adjust some type annotationsnotomo2023-01-04
* docs(lua): fix treesitter parsing errorsChristian Clason2023-01-01
* fix(lua): always return nil values in vim.tbl_get when no resultsWilliam Boman2022-12-15
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* fix(lua): make `vim.deepcopy` work with `vim.NIL`Max2022-11-14
* fix(lua): pesc, tbl_islist result types #20751NAKAI Tsuyoshi2022-10-24
* fix(docs-html): update parserJustin M. Keyes2022-10-10
* fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre2022-10-09
* feat: added support for specifying types for lua2doxFolke Lemaitre2022-10-06
* feat: added support for optional params to 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
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason2022-09-14
* Use weak tables in tree-sitter code (#17117)Thomas Vigouroux2022-09-07
* docs(lua): add Lua 5.1 reference manual (#19663)dundargoc2022-08-08
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* docs(api): improve shared lua functions docs (#17933)adrian52022-05-11
* chore: format runtime with styluaChristian Clason2022-05-09
* fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)William Boman2022-05-01
* feat: add vim.tbl_get (#17831)Michael Lingelbach2022-03-24
* chore: fix typos (#17670)dundargoc2022-03-17
* refactor(lua): make vim submodule lazy loading declarativebfredl2022-03-07
* docs(lua): reference runtime/lua/vim/_editor.luazeertzjq2022-03-06
* fix(diagnostic): improve validation for list arguments (#16855)Gregory Anders2022-01-01
* feat(lua): add support for multiple optional types in vim.validate (#16864)Shadman2022-01-01