aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/shared.lua
Commit message (Expand)AuthorAge
* feat(lua): deprecate vim.tbl_add_reverse_lookupMaria José Solano2024-03-07
* refactor(lua): more efficient vim.tbl_islistLewis Russell2024-03-06
* refactor(types): more fixesLewis Russell2024-03-06
* docs(lua): improvements for LSP and DiagnosticLewis Russell2024-03-05
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* fix: type warnings in shared.luaLewis Russell2024-02-15
* refactor(lsp): move client code to a regular Lua classLewis Russell2024-02-07
* refactor: create function for deferred loadingdundargoc2024-02-03
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* Merge pull request #26791 from wookayin/gendocLewis Russell2024-01-04
|\
| * fix(docs): clean up non-docstring comments for vimdoc genJongwook Choi2024-01-02
* | feat(lua): add noref to deepcopyLewis Russell2024-01-03
|/
* refactor: fix luals warningsdundargoc2023-12-30
* 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