summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-09-01docs: vim.lsp.rpc.connect() TCP requires IP address #30219Tristan Knight1
2024-09-01docs: misc #28970Justin M. Keyes5
2024-09-01feat(treesitter)!: default to correct behavior for quantified captures (#30193)Gregory Anders5
2024-09-01fix(ui): correctly pass metadata to get_node_text #30222Gregory Anders2
2024-09-01docs(treesitter): annotate some tables as `TSMetadata`Yi Ming1
2024-08-31feat(ui): gx: use url extmark attribute and tree-sitter directive (#30192)Gregory Anders2
2024-08-30fix(lsp): when prefix is non word add all result into matches (#30044)glepnir1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-08-29fix(tohtml): apply sp color if present #30110Riley Bruins1
2024-08-29fix(man): check if buffer is valid before restoring 'tagfunc' (#30180)zeertzjq1
2024-08-29docs(eval): fix wrong return type of getcharsearch() (#30176)glepnir1
2024-08-29docs: misc (#29719)dundargoc3
2024-08-27feat(lsp): export diagnostic conversion functions (#30064)Maria José Solano1
2024-08-27fix(treesitter): escape things like `"` in omnifunc resultsRiley Bruins1
2024-08-26fix(lsp): return call hierarchy item, not the index (#30145)Maria José Solano1
2024-08-26fix(lsp): log when receiving markup messages (#30065)Maria José Solano1
2024-08-26fix(lsp): fix isIncomplete condition in completion trigger (#30130)Mathias Fußenegger1
2024-08-26feat(treesitter): add support for wasm parsersLewis Russell3
2024-08-25fix(docs): wrong return value annotation for `nvim_buf_get_extmarks`JonnyKong2
2024-08-22feat(lsp): completion opts support custom item conversion (#30060)glepnir1
2024-08-22fix(lsp): suppress completion request if completion is active (#30028)glepnir1
2024-08-20fix(lsp): update request name to capability map #30098atusy1
2024-08-20docs(lsp): annotate with `vim.lsp.protocol.Methods` enum #29521Ricardo Casía2
2024-08-17fix(vim.text): handle very long strings (#30075)Gregory Anders1
2024-08-16fix(docs): add missing properties to hl_info #30032Maria José Solano2
2024-08-15fix(man): avoid setting v:errmsg (#30052)zeertzjq1
2024-08-13fix(loader): follow the style of the error message for built-in loadersfutsuuu1
2024-08-12fix(lua): ignore stdout and stderr for xdg-openAaron1
2024-08-11test(lsp): refactor and tidyLewis Russell3
2024-08-10feat(term): enable reflow by default (#21124)Christian Clason1
2024-08-09vim-patch:0cc5dce: runtime(doc): clarify directory of Vim's executable vs CWDzeertzjq1
2024-08-07fix(lsp): avoid reusing diagnostics from different servers in actions (#30002)Grzegorz Rozdzialik1
2024-08-06docs(treesitter): generate inline docs for `Range`sYi Ming2
2024-08-06vim-patch:8.2.4838: checking for absolute path is not trivial (#29990)zeertzjq1
2024-08-06vim-patch:9.1.0465: missing filecopy() function (#29989)zeertzjq1
2024-08-03docs(filetype): consolidate comments in dev_vimpatch.txtChristian Clason1
2024-08-03docs(filetype): add note about prefering explicit lists over patternEvgeni Chasnovski1
2024-08-03refactor(filetype): use extension match instead of pattern if possibleEvgeni Chasnovski1
2024-08-03refactor(filetype): use file name match instead of pattern if possibleEvgeni Chasnovski1
2024-08-03fix(lsp): redundant spaces in lsp log (#29970)Jaehwang Jung1
2024-08-03feat(lsp): announce codeLens resolveSupport (#29956)Mathias Fußenegger1
2024-08-03vim-patch:9.1.0655: filetype: goaccess config file not recognizedChristian Clason1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-08-01fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2
2024-08-01fix(watch): exclude .git when using inotifywait (#29914)Manuel1
2024-08-01vim-patch:partial:f10911e: Update runtime files (#29936)zeertzjq2
2024-07-31fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung1
2024-07-31feat(lsp): lsp.completion support set deprecated (#29882)glepnir2
2024-07-30vim-patch:49cdd62: runtime(doc): list of new/changed features in version9.txtzeertzjq1
2024-07-29fix(treesitter): highlight anonymous nodes in inspect_treeRiley Bruins1