aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
Commit message (Expand)AuthorAge
...
| * docs(column): 'statuscolumn' redraw interaction with 'relativenumber'Luuk van Baal2024-01-16
| * fix(diagnostic): typingLewis Russell2024-01-16
| * docs(builtin): remove signatures of undocumented functions (#27039)zeertzjq2024-01-16
| * vim-patch:partial:9.1.0027: Vim is missing a foreach() func (#27037)zeertzjq2024-01-16
| * vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq2024-01-16
| * feat(terminal): respond to OSC background and foreground request (#17197)Daniel Steinberg2024-01-15
| * docs(vvars): fix wrong lua types in vim.v variablesJongwook Choi2024-01-15
| * docs: add lua typing for `vim.NIL`Jongwook Choi2024-01-15
| * docs(builtin): overload functions with union return typesaltermo2024-01-14
| * docs: auto-generate docs for `vim.lpeg` and `vim.re`Jongwook Choi2024-01-14
| * fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`Jongwook Choi2024-01-14
| * docs(builtin): fix mapset() signature (#27008)zeertzjq2024-01-14
| * fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
| * feat(vim.iter): add Iter:flatten (#26786)JD2024-01-10
| * fix(health): improve python executable check error handling (#26954)Barrett Ruth2024-01-10
| * fix(health): correctly expand and resolve PYENV_ROOT (#26953)Barrett Ruth2024-01-10
| * feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
| * fix(docs): make lines not overflow in vim docsJongwook Choi2024-01-09
| * docs(treesitter): improve 'no parser' error message for InspectTreeJongwook Choi2024-01-08
| * fix(defaults): use augroup for default autocommands (#26933)Gregory Anders2024-01-06
| * vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq2024-01-05
| * fix(health): fix tmux RGB capability detection (#26886)Tristan Partin2024-01-04
| * Merge pull request #26791 from wookayin/gendocLewis Russell2024-01-04
| |\
| | * refactor(gen_vimdoc): generate function doc from metadata, not from xmlJongwook Choi2024-01-02
| | * fix(docs): clean up non-docstring comments for vimdoc genJongwook Choi2024-01-02
| * | refactor(column): define and use maximum 'statuscolumn' widthLuuk van Baal2024-01-04
| * | fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
| * | feat(lua): add noref to deepcopyLewis Russell2024-01-03
| * | docs: small fixesdundargoc2024-01-02
| * | docs(lsp): add supports_method to vim.lsp.client docs (#26852)Mathias Fußenegger2024-01-02
| |/
| * docs(glob): add glob module (#26853)Mathias Fußenegger2024-01-02
| * vim-patch:10b4f75d4c03 (#26846)zeertzjq2024-01-02
| * refactor(lsp): fix remaining luals warnings in lsp.rpcMathias Fussenegger2024-01-02
| * feat(lsp): support connect via named pipes/unix domain sockets (#26032)TheLeoP2024-01-02
| * feature(diagnostic): add `vim.diagnostic.count()` (#26807)Evgeni Chasnovski2024-01-01
| * refactor(health): refactor provider healthchecksGregory Anders2024-01-01
| * docs: clarify on_bytes argumentsJaehwang Jung2024-01-01
| * fix(builtin): parameter mismatch between winsaveview and winrestviewaltermo2023-12-31
| * refactor: fix luals warningsdundargoc2023-12-30
| * docs(eval): add parameter type for vim.fn.mode() (#26776)xvzc2023-12-28
| * docs: small fixes (#26651)dundargoc2023-12-28
| * revert: "fix: correct versions in deprecation warnings"dundargoc2023-12-27
| * fix(gen_lsp.lua): improve type name, and fix wrong type inheritanceJongwook Choi2023-12-27
| * docs(gen_lsp.lua): re-generate vim.lsp._meta.protocol type annotationsJongwook Choi2023-12-27
| * feat(defaults): map Q and @x to repeat in Visual mode (#26495)Nacho Nieva2023-12-27
| * fix: correct versions in deprecation warningsdundargoc2023-12-27
| * refactor: use vim.deprecate on all deprecated functionsdundargoc2023-12-27
| * feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
| * feat(vim.deprecate): only issue warning if neovim version is high enoughdundargoc2023-12-25
| * refactor(cpoptions): remove 'p'bfredl2023-12-25