summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-12-13fix(lsp): reuse client if configs match and no root dirLewis Russell1
2024-12-13fix(man.lua): `:Man <tab>` does not complete #31569Luca Saccarola1
2024-12-13vim-patch:9.1.0919: filetype: some assembler files are not recognizedChristian Clason1
2024-12-12fix(diagnostic): broken variable reference #31557Jeremy Fleischman1
2024-12-12refactor(lsp/rpc): move transport logic to separate moduleLewis Russell2
2024-12-11fix(diagnostic): setqflist() is stuck after vim.lsp.buf.document_symbol #31553Jeremy Fleischman1
2024-12-11feat(diagnostic): update quickfix list by title #31486Jeremy Fleischman1
2024-12-11fix(uri): uri_encode encodes brackets incorrectly for RFC2732 #31284Jonny Kong1
2024-12-11feat(treesitter): include capture id in return value of `get_captures_at_pos(...Riley Bruins1
2024-12-11docs(annotation): return types for Vimscript functions #31546Colin Kennedy2
2024-12-10feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell5
2024-12-09docs(vvars): adjust lua types for vim.v variables #31510luukvbaal2
2024-12-09docs: fix type of vim.validate valueMaria José Solano1
2024-12-08refactor(lsp): better tracking of requestsLewis Russell1
2024-12-08vim-patch:9.1.0911: Variable name for 'messagesopt' doesn't match short namezeertzjq1
2024-12-08vim-patch:9.1.0910: 'messagesopt' does not check max wait timezeertzjq1
2024-12-07refactor: add vim._resolve_bufnrLewis Russell13
2024-12-07fix(inspect): always show priorityChristian Clason1
2024-12-07fix(treesitter): #trim! range for nodes ending at col 0 #31488Riley Bruins1
2024-12-07fix: remove vim.lsp._with_extendLewis Russell1
2024-12-07fix(lsp): cancel pending requests before refreshingtris2031
2024-12-07fix(lsp): check for configuration workspace folders when reusing clientsMaria José Solano2
2024-12-07fix(inspect): show priority for treesitter highlightsChristian Clason1
2024-12-07vim-patch:9.1.0908: not possible to configure :messages (#31492)zeertzjq1
2024-12-06feat(stdlib): vim.json.encode(...,{escape_slash:boolean}) #30561Bartłomiej Maryńczak1
2024-12-06fix(lsp): add foldingrange method support check #31463Tristan Knight1
2024-12-06Merge #30085 #trim! all whitespaceJustin M. Keyes1
2024-12-06feat(treesitter): #trim! can trim all whitespaceRiley Bruins1
2024-12-06feat(defaults): disable 'foldcolumn' in terminal buffers (#31480)Micah Halter1
2024-12-06fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq1
2024-12-06vim-patch:9.1.0906: filetype: Nvidia PTX files are not recognizedChristian Clason1
2024-12-05fix(diagnostic): only store quickfix id when creating a new one #31466Jeremy Fleischman1
2024-12-05fix(defaults): don't replace keycodes in Visual search mappings (#31460)zeertzjq1
2024-12-05vim-patch:9.1.0905: Missing information in CompleteDone event (#31455)glepnir1
2024-12-04misc: keep deprecated vim.loader.disable stub (#31450)Gregory Anders1
2024-12-04feat(diagnostic): vim.diagnostic.setqflist improvements #30868Jeremy Fleischman1
2024-12-04fix(vim.system): close pipe handles after process handleLewis Russell1
2024-12-04defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal bu...Gregory Anders1
2024-12-04feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano3
2024-12-04vim-patch:9.1.0902: filetype: Conda configuration files are not recognized (#...zeertzjq1
2024-12-03docs: misc, help tags for neovim.io searches #31428Justin M. Keyes2
2024-12-02docs: provide example for configuring LSP foldexpr (#31411)Gregory Anders1
2024-12-02vim-patch:768728b: runtime(doc): Update documentation for "noselect" in 'comp...dundargoc1
2024-12-01docs: example keybind for :Inspect #31391C.D. MacEachern1
2024-11-30vim-patch:9.1.0897: filetype: pyrex files are not detectedChristian Clason1
2024-11-29feat(lsp): support `textDocument/foldingRange` (#31311)Yi Ming5
2024-11-28docs(lsp): update example, optional parameters #31299Yi Ming2
2024-11-28docs: more accurate typing for LSP references contextRiley Bruins1
2024-11-28vim-patch:9.1.0890: %! item not allowed for 'rulerformat' (#31369)zeertzjq1
2024-11-27docs: add tag `vim.fs.exists()` and document suggested replacementdundargoc1