summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2024-05-31vim-patch:9.1.0453: filetype: rasi files are not recognizedChristian Clason1
2024-05-30refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger6
2024-05-30feat(lsp): support postfix snippets in completionMathias Fussenegger1
2024-05-30feat(lsp): use fuzzy match on filterText instead of prefix matchMathias Fussenegger1
2024-05-30fix(lsp): clear lsp client diagnostics (#29050)crwebb851
2024-05-28feat: add "jump" options to vim.diagnostic.config() (#29067)Gregory Anders3
2024-05-28feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)Gregory Anders1
2024-05-28Merge pull request #27339 from MariaSolOs/completionGregory Anders7
2024-05-28feat(snippet): add default keymaps during snippet sessionMaria José Solano1
2024-05-28feat(diagnostic): add vim.diagnostic.jump() (#26745)Gregory Anders1
2024-05-28refactor: deprecate vim.region() #28416Justin M. Keyes2
2024-05-27feat(lsp): completion side effectsMaria José Solano6
2024-05-27refactor: fix luals type warningsdundargoc7
2024-05-27fix(snippet): cancel snippet session when leaving the buffer (#29031)Maria José Solano1
2024-05-27fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)Ilia Choly1
2024-05-27perf: add fast path to vim.validate (#28977)Gregory Anders1
2024-05-27fix(treesitter): find buffer in multiple windows #28922Guilherme Soares1
2024-05-26vim-patch:9.1.0442: hare runtime files outdated (#29011)zeertzjq2
2024-05-25fix(snippet): don't override unnamed register on tabstop select (#28998)Mathias Fußenegger1
2024-05-25fix(lsp): handle nil root_dir in health check (#29007)Mathias Fußenegger2
2024-05-25refactor: move provider-related to where they are useddundargoc2
2024-05-25refactor(lua): rewrite vim.highlight.range() (#28986)zeertzjq1
2024-05-25Merge pull request #28617 from glepnir/border_hlbfredl1
2024-05-25vim-patch:9.1.0444: Not enough tests for getregion() with multibyte chars (#2...zeertzjq1
2024-05-25fix(float): missing default highlight for titleglepnir1
2024-05-24feat(lsp): update LSP healthcheck format (#28980)Gregory Anders1
2024-05-25vim-patch:9.1.0443: Can't use blockwise selection with width for getregion() ...zeertzjq1
2024-05-24feat(defaults): add LSP default mappings (again) (#28650)Gregory Anders1
2024-05-24fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28964)Gregory Anders1
2024-05-24fix: show swapfile warning as a warning (#28971)Gregory Anders1
2024-05-24refactor: replace deprecated vim.loop with vim.uvdundargoc2
2024-05-24feat(complete): specify reason for CompleteDoneFamiu Haque1
2024-05-24fix: change deprecation presentationdundargoc3
2024-05-24feat: allow gx to function for markdown linksdundargoc2
2024-05-24docs: extract health to its own filedundargoc1
2024-05-24vim-patch:9.1.0441: getregionpos() can't properly indicate positions beyond e...zeertzjq1
2024-05-23vim-patch:9.1.0435: filetype: cygport files are not recognizedChristian Clason1
2024-05-23fix(comment): fall back to using trimmed comment markers (#28938)Evgeni Chasnovski1
2024-05-23fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly1
2024-05-23refactor(lsp): reuse buf_detach_client logic in on_detach (#28939)Mathias Fußenegger1
2024-05-23fix(lsp): trigger LspDetach on buffer delete (#28795)Andre Toerien1
2024-05-23vim-patch:9.1.0430: getregionpos() doesn't handle one char selection (#28924)zeertzjq1
2024-05-22fix: merge all provider healthchecks into a single health.luadundargoc5
2024-05-22docs: move vim.health documentation to lua.txtdundargoc6
2024-05-22refactor(lsp): use supports_method where applicableIlia Choly2
2024-05-21fix(lsp): detach all clients on_reload to force buf_state reload (#28875)Ilia Choly1
2024-05-21fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins1
2024-05-21fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807)Mango The Fourth1
2024-05-21fix(lsp): add textDocument/documentLink to capability map (#28838)Ilia Choly1
2024-05-20vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibytezeertzjq1