aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
| * | vim-patch:9.1.0463: no fuzzy-matching support for insert-completionzeertzjq2024-06-05
| * | fix(diagnostic): fix float scope filtering (#29134)Andre Toerien2024-06-04
| * | vim-patch:98b73eb: runtime(netrw): prevent accidental data lossChristian Clason2024-06-04
| * | fix(lsp): check if buffer is valid before LspDetach autocmd (#29162)Saltaformajo2024-06-04
| * | fix(lsp): remove superfluous on_detach callback from semantic tokens module (...jdrouhard2024-06-04
| * | fix(lsp): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger2024-06-04
| * | refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
| * | fix(runtime): remove obsolete ftplugin/calender.luaChristian Clason2024-06-04
| * | fix(filetype): fix typos in filetype detectionEvgeni Chasnovski2024-06-04
| * | vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason2024-06-04
| * | fix(lsp): use client.id instead of pairs index (#29143)ippachi2024-06-03
| * | fix(gx): allow `@` in urldundargoc2024-06-03
| * | feat(ftplugin): change 'commentstring' to `// %s` for C/C++ (#29085)Soham Shanbhag2024-06-03
| * | vim-patch:9.1.0460: filetype: lintstagedrc files are not recognizedChristian Clason2024-06-02
| * | fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger2024-06-02
| * | vim-patch:e299591: runtime(doc): clarify 'shortmess' flag "S" (#29131)zeertzjq2024-06-02
| * | perf(lsp): avoid repeated table lookup in completion.enableMathias Fussenegger2024-06-01
| * | refactor(lsp): share completion request logic between omnifunc & triggerMathias Fussenegger2024-06-01
| * | perf(lsp): don't copy completion items in filter passMathias Fussenegger2024-06-01
| * | vim-patch:0bdc5d8: runtime(doc): Add ft_hare.txt to Reference Manual TOC (#29...zeertzjq2024-06-01
| * | refactor(lsp): use tuple syntax in generated protocol types (#29110)Ilia Choly2024-05-31
| * | refactor(lsp): use predefined types in util function signatures (#29095)Ilia Choly2024-05-31
| * | vim-patch:9.1.0454: minor issues in test_filetype with rasi testChristian Clason2024-05-31
| * | vim-patch:9.1.0453: filetype: rasi files are not recognizedChristian Clason2024-05-31
| * | vim-patch:7129f2a: runtime(java): Improve the matching of lambda expressions ...Christian Clason2024-05-31
| |/
| * refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
| * feat(lsp): support postfix snippets in completionMathias Fussenegger2024-05-30
| * feat(lsp): use fuzzy match on filterText instead of prefix matchMathias Fussenegger2024-05-30
| * fix(lsp): clear lsp client diagnostics (#29050)crwebb852024-05-30
| * feat: add "jump" options to vim.diagnostic.config() (#29067)Gregory Anders2024-05-28
| * feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)Gregory Anders2024-05-28
| * Merge pull request #27339 from MariaSolOs/completionGregory Anders2024-05-28
| |\
| | * feat(snippet): add default keymaps during snippet sessionMaria José Solano2024-05-28
| | * feat(lsp): completion side effectsMaria José Solano2024-05-27
| * | feat(diagnostic): add vim.diagnostic.jump() (#26745)Gregory Anders2024-05-28
| * | refactor: deprecate vim.region() #28416Justin M. Keyes2024-05-28
| * | vim-patch:0b74eec: runtime(stylus): remove remaining css code (vim/vim#14866)zeertzjq2024-05-28
| * | fix(runtime): source c ftplugin properly for cpp on Windows (#29053)zeertzjq2024-05-28
| * | refactor: fix luals type warningsdundargoc2024-05-27
| * | fix(snippet): cancel snippet session when leaving the buffer (#29031)Maria José Solano2024-05-27
| * | fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)Ilia Choly2024-05-27
| * | vim-patch:393708c: runtime(vim): re-generate vim syntax from generator (#29041)zeertzjq2024-05-27
| * | perf: add fast path to vim.validate (#28977)Gregory Anders2024-05-27
| * | fix(treesitter): find buffer in multiple windows #28922Guilherme Soares2024-05-27
| * | vim-patch:8607192: runtime(typescriptreact): fix highlighting nested and esca...Christian Clason2024-05-27
| * | vim-patch:76174e7: runtime(asm): remove the indent plugin since it has too ma...Christian Clason2024-05-27
| * | fix(tohtml): properly handle multiple hl groups #29012Riley Bruins2024-05-26
| * | fix(tohtml): show how many warnings are hiddenaltermo2024-05-26
| * | fix(tohtml): ignore lsp inlay hintsaltermo2024-05-26
| * | fix(tohtml): replace ipairs with pairsaltermo2024-05-26