summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/shared.lua
AgeCommit message (Expand)AuthorFiles
2024-05-15perf(lua): avoid spairs in vim.validate happy pathLewis Russell1
2024-05-13refactor(lua): remove deprecated features #28725Justin M. Keyes1
2024-04-22refactor(lua): deprecate tbl_flatten #28457Justin M. Keyes1
2024-04-22refactor(lua): deprecate tbl_flattenJustin M. Keyes1
2024-04-21refactor(lua): rename tbl_isarray => isarrayJustin M. Keyes1
2024-04-21refactor(lua): rename tbl_islist => islistJustin M. Keyes1
2024-04-16fix: vim.validate() order is not deterministic #28377Justin M. Keyes1
2024-03-10docs: more accurate typing for vim.tbl_extendRiley Bruins1
2024-03-07feat(lua): deprecate vim.tbl_add_reverse_lookupMaria José Solano1
2024-03-06refactor(lua): more efficient vim.tbl_islistLewis Russell1
2024-03-06refactor(types): more fixesLewis Russell1
2024-03-05docs(lua): improvements for LSP and DiagnosticLewis Russell1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-15fix: type warnings in shared.luaLewis Russell1
2024-02-07refactor(lsp): move client code to a regular Lua classLewis Russell1
2024-02-03refactor: create function for deferred loadingdundargoc1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell1
2024-01-04Merge pull request #26791 from wookayin/gendocLewis Russell1
2024-01-03feat(lua): add noref to deepcopyLewis Russell1
2024-01-02fix(docs): clean up non-docstring comments for vimdoc genJongwook Choi1
2023-12-30refactor: fix luals warningsdundargoc1
2023-09-20docs: misc #24561Justin M. Keyes1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-08-09fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason1
2023-08-03docs: luaref cleanup #24541Justin M. Keyes1
2023-08-03docs: miscJustin M. Keyes1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-06-11docs: fix vim.tbl_get type annotations #23992Stanislav Asunkin1
2023-06-08feat(lua): add ringbuffer (#22894)Mathias Fußenegger1
2023-05-13docs: small fixesdundargoc1
2023-04-25refactor(iter): move helper functions under vim.iterGregory Anders1
2023-04-21refactor(lua): simplify vim.gsplit implJustin M. Keyes1
2023-04-21fix(lua): vim.split may trim inner empty itemsJustin M. Keyes1
2023-04-17feat(lua): add vim.iter (#23029)Gregory Anders1
2023-04-14feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi1
2023-04-14feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason1
2023-04-13refactor: remove modelines from Lua filesGregory Anders1
2023-04-04docs: fix typosdundargoc1
2023-04-01feat: allow function passed to defaulttable to take an argument (#22839)Gregory Anders1
2023-03-22refactor(vim.gsplit): remove "keepsep"Justin M. Keyes1
2023-03-22fix(vim.version): prerelease compareJustin M. Keyes1
2023-03-22feat(vim.gsplit): gain features of vim.splitJustin M. Keyes1
2023-03-04docs(lua): number → integer (#22517)Jaehwang Jung1
2023-01-23build: make generated source files reproducible #21586Arnout Engelen1
2023-01-15docs(lua): use luaref tag instead of www.lua.org #21813Naru1
2023-01-04docs(lua): adjust some type annotationsnotomo1
2023-01-01docs(lua): fix treesitter parsing errorsChristian Clason1
2022-12-15fix(lua): always return nil values in vim.tbl_get when no resultsWilliam Boman1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1