summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2025-12-02fix(health): bug-report formatting, version check #36809Justin M. Keyes1
2025-12-02fix(treesitter): missing `nowait` for :InspectTree keymaps #36804Chris Grieser1
2025-12-02vim-patch:c3cfdef: runtime(doc): clarify the use of v:errormsg (#36789)zeertzjq1
2025-12-01fix(lsp): handle nil request in semantic tokens #36780Tristan Knight1
2025-11-30feat(lsp): graduate ClientConfig `exit_timeout` #36750Olivia Kinnear2
2025-12-01vim-patch:9.1.1936: filetype: Erlang lexical files are not recognizedzeertzjq1
2025-12-01vim-patch:9.1.1935: filetype: not all Erlang files are recognizedzeertzjq1
2025-11-30feat(lsp): semanticTokens/range #36705Tristan Knight3
2025-11-30fix(ui.open): use "start" instead of deprecated "rundll32" #36731ymich99631
2025-11-29feat(lsp): support `version` in `textDocument/publishDiagnostics` #36754Riley Bruins2
2025-11-29feat(lsp): lsp.enable() auto-escalates forced shutdown #36458Olivia Kinnear1
2025-11-29vim-patch:9.1.1934: filetype: not all starlark files are recognized (#36743)zeertzjq1
2025-11-28vim-patch:9.1.1933: completion: complete_match() is not useful (#36726)zeertzjq2
2025-11-28vim-patch:b217ffb: runtime(doc): remove outdated help about 'completeopt' "fu...zeertzjq1
2025-11-28vim-patch:9.1.1930: completion: 'completefuzzycollect' is too obscurezeertzjq1
2025-11-26fix(health): git check and autocmd clean #36713glepnir1
2025-11-26fix(lsp): ignore invalid fold ranges (#36708)Miika Tuominen1
2025-11-26feat(float): 'statusline' in floating windows #36521glepnir2
2025-11-25feat(health): create a bug report #31842glepnir1
2025-11-25feat(diagnostic): config.status #36693Maria Solano1
2025-11-25feat(diagnostic): highlights in diagnostic.status() #36685Riley Bruins2
2025-11-25refactor(defaults): deduplicate selection_range() mappings #36686Riley Bruins1
2025-11-24feat(lsp): incremental-selection operator-pending mode #36575Branden Call2
2025-11-24docs: vimdoc parsing errors #36681Justin M. Keyes1
2025-11-24vim-patch:2190036: runtime(doc): Add environment variable expansion note to o...zeertzjq1
2025-11-23docs: miscJustin M. Keyes2
2025-11-22docs: misc, build, lspJustin M. Keyes2
2025-11-20fix(ui2): unset Search highlighting (#36633)Oleh Volynets1
2025-11-20fix(input): discard following keys when discarding <Cmd>/K_LUA (#36498)zeertzjq1
2025-11-19fix(ui2): hide search highlights in msg window #36626luukvbaal1
2025-11-18fix(lsp): enable insertReplaceSupport for use in adjust_start_col #36569Jeff Martin2
2025-11-18docs(diagnostic): diagnostic.Opts.Float extend open_floating_preview.Opts #30058glepnir1
2025-11-18feat(lsp): user-specified sorting of lsp.completion multi-server results #36401glepnir1
2025-11-18feat(api): nvim_win_set_config accepts unchanged "noautocmd" #36463glepnir1
2025-11-18perf(treesitter): parse multiple ranges in languagetree, eliminate flickering...Riley Bruins2
2025-11-17fix(lsp): set concealcursor='' in LSP floating windows #36596skewb1k1
2025-11-17fix(ui2): only redraw when necessary #36457luukvbaal1
2025-11-17Merge #36338 vim.pack: lockfile synchronizationJustin M. Keyes2
2025-11-17feat(diagnostics): stack DiagnosticUnnecessary,DiagnosticDeprecated highlight...Grzegorz Rozdzialik1
2025-11-17fix(pack): rename confirmation buffer to again use `nvim-pack://` schemeEvgeni Chasnovski2
2025-11-17feat(pack)!: synchronize lockfile with installed plugins when reading itEvgeni Chasnovski1
2025-11-17refactor(pack): rearrange lockfile code to be able to use other localsEvgeni Chasnovski1
2025-11-17fix(pack)!: ensure plugin is fully absent if not fully installedEvgeni Chasnovski1
2025-11-17fix(pack)!: adjust install confirm (no error on "No", show names)Evgeni Chasnovski1
2025-11-16fix(vim.fs): abspath(".") returns "/…/." #36583Justin M. Keyes1
2025-11-16fix(vim.fs): root() should always return absolute path #36466Cameron Ring1
2025-11-16docs: misc #36580Justin M. Keyes2
2025-11-16feat(lsp): skip invalid header lines #36402tao2
2025-11-16fix(pack): show more informative error message if no `git` executableEvgeni Chasnovski1
2025-11-16docs(pack): add example workflow of how to revert after a bad updateEvgeni Chasnovski1