summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2026-04-08feat(vim.version): add __eq to vim.VersionRange #38881ngicks1
2026-04-08refactor(filetype): move _get_known_filetypes, return a Set #38886Justin M. Keyes2
2026-04-08fix(health): misleading warnings re filetypes registered w/ vim.filetype.add(...Barrett Ruth1
2026-04-08docs: vim.range, vim.pos #38869Luis Calle2
2026-04-08fix(health): recognize Zig build optimization levels #38804Dan Drennan1
2026-04-07vim-patch:794c304: runtime(doc): clarify incsearch feature and typed chars (#...zeertzjq1
2026-04-06fix(diagnostic): virtual_lines should anchor at end_lnum, not lnum #38701glepnir1
2026-04-06feat(filetype): `vim.filetype.inspect()` returns copy of registry #38831Christian Clason1
2026-04-06feat(vim.pos)!: require `buf` param on vim.pos, vim.range #38665Luis Calle5
2026-04-05Merge #38796 from justinmk/doc2Justin M. Keyes1
2026-04-05fix(pack): avoid eager vim.version call #38705Evgeni Chasnovski1
2026-04-06docs: statuslineJustin M. Keyes1
2026-04-05feat(defaults): :Open without args opens current file #38776Olivia Kinnear1
2026-04-05fix(lsp): do not respond to codelens refresh if a request is already schedule...Yi Ming1
2026-04-05fix(vim.net): check if vim.system's stdout is nil #38713Yochem van Rosmalen1
2026-04-05fix(pack): use `uv.available_parallelism()` to compute number of threads #38717Evgeni Chasnovski1
2026-04-05fix(ui2): update spill indicator when appending to expanded cmdline #38715luukvbaal1
2026-04-04vim-patch:af58a9f: runtime(doc): adjust :h 'autowrite' and :h 'autowriteall'zeertzjq1
2026-04-04vim-patch:9.2.0267: 'autowrite' not triggered for :termzeertzjq1
2026-04-03vim-patch:9.2.0287: filetype: not all ObjectScript routines are recognized (#...zeertzjq2
2026-04-02refactor(lsp): remove implicit rpc error tostring #38707Yi Ming4
2026-04-02fix(treesitter): select reset to "v" visualmode()altermo1
2026-04-01docs: misc #38584Justin M. Keyes3
2026-04-01Merge #38560 refactor vim.lsp.rpcJustin M. Keyes4
2026-04-01perf(vim.pos): use `nvim_buf_line_count` instead of fetching all lines #38686Luis Calle1
2026-04-01fix(ui2): vim.on_key should return nil instead of false (#38668)phanium1
2026-04-01refactor(lsp): better encapsulation and readability, inline unnecessaryYi Ming2
2026-04-01vim-patch:9.2.0277: tests: test_modeline.vim fails (#38672)zeertzjq1
2026-03-31fix(ui2): flicker when entering pager from expanded cmdline #38639luukvbaal2
2026-03-31fix(lsp): use `winresetview()` to avoid switching to normal mode (#38641)Yi Ming1
2026-03-31fix(cmdline): redraw cmdline after empty message (#38485)luukvbaal1
2026-03-31fix(treesitter): select with node ending with unicode char (#38557)altermo1
2026-03-31fix(defaults): check for TUI on non-stdio channel on startup (#38581)zeertzjq1
2026-03-30fix(ui2): allow empty argument for enable() #38605Christian Clason1
2026-03-30fix(ui2): correct buffer reference in msg:start_timer() (#38600)Ayush Goyal1
2026-03-30docs: fix syntax errors in examples #38606skewb1k3
2026-03-30feat(lsp): respect 'switchbuf' for jump commands, drop `reuse_win` #38510Yi Ming1
2026-03-30refactor(lsp): merge `vim.lsp.rpc.Client` and `vim.lsp.rpc.PublicClient`Yi Ming3
2026-03-29fix(lsp): reset document color processed version on clear (#38582)Maria Solano1
2026-03-29fix(lsp): highlight snippet preview when server can't completionItem/resolve ...Marcus Caisey1
2026-03-29docs: misc #38532Justin M. Keyes3
2026-03-29feat: extend vim.Pos, vim.Range #36397Luis Calle5
2026-03-28docs: news #38464Justin M. Keyes8
2026-03-28fix(progress): require "source" for progress-message #38514Shadman1
2026-03-27docs(lsp): add `init_options` to Copilot example #38502Maria Solano1
2026-03-27feat(prompt): prompt_appendbuf() appends to prompt buffer #37763Shadman1
2026-03-27fix(pack): set `source` in progress report #38511Evgeni Chasnovski1
2026-03-27feat(progress): set Progress-event pattern to "source" #38495Shadman2
2026-03-26fix(ui2): ENTER may focus pager in insert/terminal mode #38497phanium2
2026-03-26fix(ui2): no paging in dialog below expanded cmdline #38489luukvbaal1