summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-01-15feat(terminal): respond to OSC background and foreground request (#17197)Daniel Steinberg1
2024-01-15docs(vvars): fix wrong lua types in vim.v variablesJongwook Choi1
2024-01-15docs: add lua typing for `vim.NIL`Jongwook Choi3
2024-01-14docs(builtin): overload functions with union return typesaltermo1
2024-01-14docs: auto-generate docs for `vim.lpeg` and `vim.re`Jongwook Choi3
2024-01-14fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`Jongwook Choi3
2024-01-14docs(builtin): fix mapset() signature (#27008)zeertzjq1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell10
2024-01-10feat(vim.iter): add Iter:flatten (#26786)JD1
2024-01-10fix(health): improve python executable check error handling (#26954)Barrett Ruth1
2024-01-10fix(health): correctly expand and resolve PYENV_ROOT (#26953)Barrett Ruth1
2024-01-09feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre1
2024-01-09fix(docs): make lines not overflow in vim docsJongwook Choi1
2024-01-08docs(treesitter): improve 'no parser' error message for InspectTreeJongwook Choi2
2024-01-06fix(defaults): use augroup for default autocommands (#26933)Gregory Anders1
2024-01-05vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq1
2024-01-04fix(health): fix tmux RGB capability detection (#26886)Tristan Partin1
2024-01-04Merge pull request #26791 from wookayin/gendocLewis Russell4
2024-01-04refactor(column): define and use maximum 'statuscolumn' widthLuuk van Baal1
2024-01-04fix(decorations): validate botline for on_winJaehwang Jung1
2024-01-03feat(lua): add noref to deepcopyLewis Russell6
2024-01-02docs: small fixesdundargoc1
2024-01-02docs(lsp): add supports_method to vim.lsp.client docs (#26852)Mathias Fußenegger1
2024-01-02refactor(gen_vimdoc): generate function doc from metadata, not from xmlJongwook Choi1
2024-01-02fix(docs): clean up non-docstring comments for vimdoc genJongwook Choi3
2024-01-02docs(glob): add glob module (#26853)Mathias Fußenegger1
2024-01-02vim-patch:10b4f75d4c03 (#26846)zeertzjq1
2024-01-02refactor(lsp): fix remaining luals warnings in lsp.rpcMathias Fussenegger1
2024-01-02feat(lsp): support connect via named pipes/unix domain sockets (#26032)TheLeoP1
2024-01-01feature(diagnostic): add `vim.diagnostic.count()` (#26807)Evgeni Chasnovski1
2024-01-01refactor(health): refactor provider healthchecksGregory Anders7
2024-01-01docs: clarify on_bytes argumentsJaehwang Jung1
2023-12-31fix(builtin): parameter mismatch between winsaveview and winrestviewaltermo1
2023-12-30refactor: fix luals warningsdundargoc11
2023-12-28docs(eval): add parameter type for vim.fn.mode() (#26776)xvzc1
2023-12-28docs: small fixes (#26651)dundargoc3
2023-12-27revert: "fix: correct versions in deprecation warnings"dundargoc1
2023-12-27fix(gen_lsp.lua): improve type name, and fix wrong type inheritanceJongwook Choi1
2023-12-27docs(gen_lsp.lua): re-generate vim.lsp._meta.protocol type annotationsJongwook Choi2
2023-12-27feat(defaults): map Q and @x to repeat in Visual mode (#26495)Nacho Nieva1
2023-12-27fix: correct versions in deprecation warningsdundargoc1
2023-12-27refactor: use vim.deprecate on all deprecated functionsdundargoc6
2023-12-26feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2
2023-12-25feat(vim.deprecate): only issue warning if neovim version is high enoughdundargoc1
2023-12-25refactor(cpoptions): remove 'p'bfredl1
2023-12-25feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq1
2023-12-25feat(health): checkhealth buffer can show in a split window (#26714)Pablo Arias1
2023-12-24fix(treesitter): outdated highlight due to tree with outdated regionJaehwang Jung1
2023-12-22fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)Michal Liszcz2
2023-12-22refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli5