summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2024-09-14fix(defaults): cannot remove "How-to disable mouse" menu item #30375Jaehwang Jung1
2024-09-13fix(lsp): handle nil bytes in stringsMathias Fussenegger1
2024-09-13feat(treesitter): start moving get_parser to return nil #30313Riley Bruins6
2024-09-13fix(lsp): handle empty call hierarchy items #30349James Trew1
2024-09-12vim-patch:9.1.0725: filetype: swiftinterface files are not recognized (#30350)zeertzjq1
2024-09-11fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders1
2024-09-11fix(lsp): check buffer is loaded and valid #30330glepnir1
2024-09-11fix(health): return correct name from 'path2name()'monkoose1
2024-09-11vim-patch:d657d3d: runtime(doc): clarify the effect of the timeout for search...zeertzjq1
2024-09-10fix(lsp): handle encoding bounds in str_utfindex_enctris2031
2024-09-08fix(lua): revert vim.tbl_extend behavior change and document itChristian Clason1
2024-09-08fix(lsp): handle out-of-bounds character positions #30288Tristan Knight3
2024-09-07fix(vim.ui.open): prefer xdg-open on WSL #30302Yi Ming1
2024-09-07vim-patch:9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs (#30293)zeertzjq1
2024-09-05feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes1
2024-09-05fix(lsp): handle locations exceeding line length #30253Tristan Knight1
2024-09-04fix(lua): allows tables with integer keys to be merged in tbl_deep_extendLewis Russell1
2024-09-03feat(lsp): support hostname in rpc.connect #30238Tristan Knight1
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-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-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