summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
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
2024-11-27fix(lsp): mention function name in warning #31301glepnir1
2024-11-26feat(tui): update 'background' on theme change events (#31350)Gregory Anders1
2024-11-26perf(vim.text): use lookup table implementation for hex encoding (#30080)Gregory Anders1
2024-11-26fix(lua): remove vim.loader.disable() #31344Justin M. Keyes1
2024-11-26vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349)zeertzjq1
2024-11-25fix(defaults): omit empty line from unimpaired mapping messages (#31347)Marcus Caisey1
2024-11-25fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders3
2024-11-25feat(keysets): teach Union and LuaRefOfLewis Russell3
2024-11-25feat(diagnostic): inherit parent 'path' option in open_float (#31273)Mathias Fußenegger1
2024-11-25refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming8
2024-11-25vim-patch:9.1.0886: filetype: debian control file not detectedChristian Clason2
2024-11-24vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)zeertzjq1
2024-11-24fix(lsp): delete bufvar inside WinClosed eventglepnir1
2024-11-22fix(lsp): hover keymap (#31208)andrew snelling1
2024-11-22fix(lsp): delete b:lsp_floating_preview buf var after win closeglepnir1
2024-11-20refactor(options): impl default 'titlestring' by format flags #30843zshuzh1
2024-11-20feat(lsp): require `offset_encoding` param #31249Yi Ming1
2024-11-20feat(lsp): deprecate non-method client functionsLewis Russell11
2024-11-20vim-patch:9.1.0880: filetype: C3 files are not recognizedChristian Clason1
2024-11-20vim-patch:9.1.0876: filetype: openCL files are not recognizedChristian Clason2
2024-11-20vim-patch:9.1.0875: filetype: hyprlang detection can be improvedChristian Clason1
2024-11-20vim-patch:9.1.0874: filetype: karel files are not detectedChristian Clason1
2024-11-19fix(lsp): restore get_language_id behaviourLewis Russell1
2024-11-19vim-patch:9.1.0873: filetype: Vivado files are not recognizedChristian Clason1
2024-11-18refactor(lsp): fold in dynamic_registration code into the clientLewis Russell6
2024-11-18fix(api): only flush nvim__redraw when necessary #31250luukvbaal2
2024-11-17feat(defaults): dot-repeat [<Space> #31186Peter Aronoff2
2024-11-17feat(lsp): highlight hover target/range #31110Riley Bruins1
2024-11-17fix(api): update "range" windows in nvim__redraw #31042luukvbaal1
2024-11-17fix(messages): proper multiline Lua print() messages #31205luukvbaal1