aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
Commit message (Expand)AuthorAge
...
* | fix(comment): fall back to using trimmed comment markers (#28938)Evgeni Chasnovski2024-05-23
* | fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly2024-05-23
* | refactor(lsp): reuse buf_detach_client logic in on_detach (#28939)Mathias Fußenegger2024-05-23
* | fix(lsp): trigger LspDetach on buffer delete (#28795)Andre Toerien2024-05-23
* | vim-patch:9.1.0430: getregionpos() doesn't handle one char selection (#28924)zeertzjq2024-05-23
* | fix: merge all provider healthchecks into a single health.luadundargoc2024-05-22
* | docs: move vim.health documentation to lua.txtdundargoc2024-05-22
* | refactor(lsp): use supports_method where applicableIlia Choly2024-05-22
* | fix(lsp): detach all clients on_reload to force buf_state reload (#28875)Ilia Choly2024-05-21
* | fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins2024-05-21
* | fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807)Mango The Fourth2024-05-21
* | fix(lsp): add textDocument/documentLink to capability map (#28838)Ilia Choly2024-05-21
* | vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibytezeertzjq2024-05-20
* | vim-patch:9.1.0394: Cannot get a list of positions describing a regionzeertzjq2024-05-20
* | vim-patch:9.1.0425: filetype: purescript files are not recognizedChristian Clason2024-05-20
* | vim-patch:9.1.0424: filetype: slint files are not recognizedChristian Clason2024-05-20
* | vim-patch:9.1.0421: filetype: hyprlang files are not recognizedChristian Clason2024-05-20
* | fix(diagnostic): show backtrace for deprecation warningsJongwook Choi2024-05-20
* | refactor!: remove `nvim` and `provider` module for checkhealthdundargoc2024-05-19
* | fix(vim.iter): enable optimizations for arrays (lists with holes) (#28781)Gregory Anders2024-05-17
* | fix(health): broken ruby detect #28804MoonFruit2024-05-17
* | fix: extend the life of vim.tbl_flatten to 0.13Lewis Russell2024-05-16
* | feat: remove deprecated featuresdundargoc2024-05-16
* | perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512)vanaigr2024-05-16
* | docs: misc (#28761)dundargoc2024-05-16
* | vim-patch:5faeb60480c6 (#28768)zeertzjq2024-05-16
* | docs: newsJustin M. Keyes2024-05-15
* | perf(lua): avoid spairs in vim.validate happy pathLewis Russell2024-05-15
* | perf(vim.fs.normalize): use iteratorLewis Russell2024-05-15
* | perf(loader): use a quicker version of vim.fs.normalizeLewis Russell2024-05-15
* | docs: misc (#28609)dundargoc2024-05-15
* | fix(lsp): don't start additional client if attach failed (#28744)Mathias Fußenegger2024-05-14
* | fix(treesitter): allow optional directive captures (#28664)Riley Bruins2024-05-14
* | fix(health): clients may not support watchfiles #28710Maria José Solano2024-05-14
* | feat(lsp): update LSP protocol 3.18 typings to date (#28730)Jongwook Choi2024-05-14
* | perf(lsp): only joinpath for dirs in watchdirsMathias Fussenegger2024-05-14
* | perf(fs): normalize path only once in fs.dirMathias Fussenegger2024-05-14
* | refactor(lua): remove deprecated features #28725Justin M. Keyes2024-05-13
* | fix(treesitter): text alignment in checkhealth vim.treesitterJongwook Choi2024-05-13
* | refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes2024-05-12
* | refactor(api): rename nvim_win_remove_nsJustin M. Keyes2024-05-12
|/
* vim-patch:9.1.0402: filetype: mdd files detected as zsh filetypeChristian Clason2024-05-11
* vim-patch:9.1.0401: filetype: zsh module files are not recognizedChristian Clason2024-05-11
* fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell2024-05-10
* vim-patch:9.1.0396: filetype: jj files are not recognized (#28672)Gregory Anders2024-05-08
* Merge #28637 more support for vim.lsp.ListOpts.loclistJustin M. Keyes2024-05-07
|\
| * feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()tom-anders2024-05-07
| * docs(lsp): document vim.lsp.ListOpts.loclisttom-anders2024-05-07
| * refactor(lsp): use vim.cmd instead of api.nvim_commandtom-anders2024-05-07
| * docs(lsp): fix type annotations in response_to_list(...)tom-anders2024-05-07