summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2024-06-15docs: misc (#29229)dundargoc4
2024-06-15vim-patch:c509c00: runtime(doc): fix wrong helptag for :deferzeertzjq1
2024-06-15vim-patch:d6d4e13: runtime(doc): rewrite mkdir() doc and simplify {flags} mea...zeertzjq1
2024-06-14fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger1
2024-06-14refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly3
2024-06-14fix(lsp): check for nil response from server (#29196)Tama McGlinn1
2024-06-14fix(terminal): set local values of window options (#29326)zeertzjq1
2024-06-14vim-patch:d353d27: runtime(doc): restore description of "$" in col() and virt...zeertzjq1
2024-06-14vim-patch:02f3eba: runtime(doc): deduplicate getpos(), line(), col(), virtcol()zeertzjq1
2024-06-12Merge pull request #29103 from gpanders/test-no-tgcGregory Anders1
2024-06-12Merge pull request #29303 from lewis6991/fix/wobufLewis Russell1
2024-06-12refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders1
2024-06-12fix(vim.wo): never allow non-zero bufnrLewis Russell1
2024-06-12vim-patch:210b39c: runtime(doc): clarify documentation for "v" position at li...zeertzjq1
2024-06-11fix(types): add some vim.fn type annotationsnotomo1
2024-06-11fix(types): use vararg return type annotationWill Hopkins1
2024-06-11refactor(lua): improve type annotationsLewis Russell15
2024-06-10fix(lsp): do not reset buf version when detaching client (#29242)Ilia Choly1
2024-06-10Merge #29238 from clason/feat/help-tocJustin M. Keyes1
2024-06-10fix(glob): handle overlapping `{}` condition elements #29236Jon Huhn1
2024-06-09feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan1
2024-06-09feat(help): use treesitter for table of contentsChristian Clason1
2024-06-08feat(lua): add `vim._with`dundargoc2
2024-06-07feat: get/set namespace properties #28728altermo3
2024-06-07fix(lsp): fix reverse sorting of same position text edits (#29212)Al Colmenar1
2024-06-07fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger6
2024-06-07docs: misc (#28837)dundargoc5
2024-06-06vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq1
2024-06-05fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders1
2024-06-05fix(lua): don't clamp -1 or v:maxcol in vim.highlight.range() (#29203)zeertzjq1
2024-06-05vim-patch:2a2c4ff: runtime(doc): clarify how fuzzy 'completeopt' should workzeertzjq1
2024-06-05vim-patch:9.1.0463: no fuzzy-matching support for insert-completionzeertzjq1
2024-06-04fix(diagnostic): fix float scope filtering (#29134)Andre Toerien1
2024-06-04fix(lsp): check if buffer is valid before LspDetach autocmd (#29162)Saltaformajo1
2024-06-04fix(lsp): remove superfluous on_detach callback from semantic tokens module (...jdrouhard1
2024-06-04fix(lsp): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly13
2024-06-04fix(filetype): fix typos in filetype detectionEvgeni Chasnovski1
2024-06-04vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason1
2024-06-03fix(lsp): use client.id instead of pairs index (#29143)ippachi1
2024-06-03fix(gx): allow `@` in urldundargoc1
2024-06-02vim-patch:9.1.0460: filetype: lintstagedrc files are not recognizedChristian Clason1
2024-06-02fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger1
2024-06-02vim-patch:e299591: runtime(doc): clarify 'shortmess' flag "S" (#29131)zeertzjq1
2024-06-01perf(lsp): avoid repeated table lookup in completion.enableMathias Fussenegger1
2024-06-01refactor(lsp): share completion request logic between omnifunc & triggerMathias Fussenegger1
2024-06-01perf(lsp): don't copy completion items in filter passMathias Fussenegger1
2024-05-31refactor(lsp): use tuple syntax in generated protocol types (#29110)Ilia Choly1
2024-05-31fix(vim.text): remove assert from vim.text.hexdecodeGregory Anders1
2024-05-31refactor(lsp): use predefined types in util function signatures (#29095)Ilia Choly1