aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
Commit message (Expand)AuthorAge
* 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
* feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq2023-12-25
* feat(health): checkhealth buffer can show in a split window (#26714)Pablo Arias2023-12-25
* fix(treesitter): outdated highlight due to tree with outdated regionJaehwang Jung2023-12-24
* fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)Michal Liszcz2023-12-22
* refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli2023-12-22
* feat(lsp): add type annotations for lsp.util.locations_to_items (#26694)Mathias Fußenegger2023-12-22
* docs(options): add codeblock annotations to options.lua (#26696)Christian Clason2023-12-22
* vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)zeertzjq2023-12-22
* feat: generate types and docs for v variablesLewis Russell2023-12-21
* fix(osc52): use nvim_chan_send() to stderr for copying (#26690)zeertzjq2023-12-21
* docs: apply current colorscheme to default highlight groupsChristian Clason2023-12-20
* refactor(treesitter): cleanup highlighterLewis Russell2023-12-20
* vim-patch:9.0.2179: no filetype detection for execline scriptsChristian Clason2023-12-19
* fix(treesitter): prepare highlight states for [s, ]sJaehwang Jung2023-12-19
* docs: small fixes (#26448)dundargoc2023-12-19
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)Gregory Anders2023-12-18
* docs(diagnostic): add return value of `vim.diagnostic.config()` (#26615)Yi Ming2023-12-17
* perf(treesitter): filter out trees outside the visible range earlyJaehwang Jung2023-12-17
* refactor(lsp): move changetracking to separate file (#26577)Lewis Russell2023-12-17
* refactor: only reload colorscheme if &bg changed (#26598)Gregory Anders2023-12-16
* vim-patch:82f19734bfcbChristian Clason2023-12-16
* feat(ui): completeopt support popup like vimmathew2023-12-16
* refactor(defaults): always set options, even if value hasn't changed (#26595)Gregory Anders2023-12-15
* Merge pull request #26579 from gpanders/defer-set-tgcGregory Anders2023-12-15
|\
| * refactor(defaults): defer setting 'termguicolors' until after VimEnterGregory Anders2023-12-14
| * fix(termcap): set 'nested' on TermResponse autocommandGregory Anders2023-12-14
* | vim-patch:17dca3cb97cd (#26584)zeertzjq2023-12-15
|/
* refactor(diagnostic): use named namespaces (#26568)Gregory Anders2023-12-14
* docs: add comment for OSC 11 tmux passthrough (#26566)Gregory Anders2023-12-14