aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* 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
* | build(deps): bump tree-sitter-query to v0.4.0Christian Clason2024-05-26
* | vim-patch:9.1.0442: hare runtime files outdated (#29011)zeertzjq2024-05-26
* | vim-patch:0076ddc: runtime(debian): update Debian runtime files (vim/vim#14849)Christian Clason2024-05-25
* | fix(snippet): don't override unnamed register on tabstop select (#28998)Mathias Fußenegger2024-05-25
* | fix(lsp): handle nil root_dir in health check (#29007)Mathias Fußenegger2024-05-25
* | refactor: move provider-related to where they are useddundargoc2024-05-25
* | feat(main): expand file ~\ or ~/ prefix on Windows (#28515)Rafael Kitover2024-05-25
* | refactor(lua): rewrite vim.highlight.range() (#28986)zeertzjq2024-05-25
* | Merge pull request #28617 from glepnir/border_hlbfredl2024-05-25
|\ \
| * | fix(float): missing default highlight for titleglepnir2024-05-25
* | | vim-patch:9.1.0444: Not enough tests for getregion() with multibyte chars (#2...zeertzjq2024-05-25
* | | vim-patch:5e45715: runtime(typescript): update outdated syntax filesChristian Clason2024-05-25
* | | vim-patch:b1ffc52: runtime(i3config/swayconfig): fix floating_modifier highli...Christian Clason2024-05-25
* | | feat(lsp): update LSP healthcheck format (#28980)Gregory Anders2024-05-24
* | | vim-patch:9.1.0443: Can't use blockwise selection with width for getregion() ...zeertzjq2024-05-25
| |/ |/|
* | docs: update LSP quickstart (#28954)Gregory Anders2024-05-24
* | feat(defaults): add LSP default mappings (again) (#28650)Gregory Anders2024-05-24
* | fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28964)Gregory Anders2024-05-24
* | fix: show swapfile warning as a warning (#28971)Gregory Anders2024-05-24
* | refactor: replace deprecated vim.loop with vim.uvdundargoc2024-05-24
* | feat(complete): specify reason for CompleteDoneFamiu Haque2024-05-24
* | fix: change deprecation presentationdundargoc2024-05-24