summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(lsp): handle self-mapped methods in supports_method #39383nightlyTristan Knight1
2026-04-24feat(tui): restore 'ttyfast' to control tty requests #38699Kyle2
2026-04-24feat(api): nvim_echo(percent=nil) means "unknown" progress #39029Peter Cardenas3
2026-04-24fix(lsp): more info in error msg, deduplicate test #39359Justin M. Keyes1
2026-04-24fix(trust): always use "/" slashes in filepaths #39355Justin M. Keyes1
2026-04-24vim-patch:9.2.0390: filetype: some Beancount files are not recognized (#39360)zeertzjq1
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear2
2026-04-23fix(lsp): handle null id in JSON-RPC responses #38340atusy1
2026-04-23fix(trust): hash unchanged empty buffers as empty files #39027Barrett Ruth1
2026-04-23fix(lsp): malformed edit if apply_text_edits() is called twice #34954geril071
2026-04-23fix(pack): only use tags that strictly comply with semver spec #39342Evgeni Chasnovski1
2026-04-23fix(lsp): callHierarchy/outgoingCalls ranges are relative to caller, not call...Ashley Hauck1
2026-04-23fix(lsp): filter code_action diagnostics to the cursor #38988Barrett Ruth1
2026-04-22feat(treesitter): expand selection to sibling node #38938altermo2
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes2
2026-04-22perf(lsp): clear table by table.clear() #39222Yi Ming3
2026-04-22fix(options): default 'titlestring' shows CWD #39233Nick Krichevsky1
2026-04-22fix(pack): GIT_DIR/GIT_WORK_TREE env vars may interfere #39279fleesk1
2026-04-22vim-patch:9.2.0356: Cannot apply 'scrolloff' context lines at end of filezeertzjq1
2026-04-22fix(:restart): avoid ERR/WRN logging on Windows with --listen (#39287)zeertzjq1
2026-04-21fix(:restart): reuse --listen addr on Windows #38539Sanzhar Kuandyk1
2026-04-21feat(normal): normal-mode ZR does :restartJustin M. Keyes1
2026-04-21feat(defaults): map ZR to restartMike J. McGuirk1
2026-04-21vim-patch:9.2.0371: filetype: ghostty config files are not recognized (#39267)zeertzjq1
2026-04-20fix(ui2): don't dismiss expanded messages for non-typed key #39247luukvbaal2
2026-04-20fix(ui2): ensure msg window is visible after closing tabLuuk van Baal1
2026-04-20docs: misc #39207Justin M. Keyes2
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210glepnir2
2026-04-20Merge #39194 from justinmk/luavimfnJustin M. Keyes3
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal2
2026-04-20fix(health): workaround nil vim.system():wait() resultJustin M. Keyes1
2026-04-20refactor(excmd): migrate ex_terminal to LuaJustin M. Keyes1
2026-04-20refactor(excmd): migrate ex_checkhealth to LuaJustin M. Keyes1
2026-04-19fix(lsp): notify when maximum created `hl` groups is reached #39231Maria Solano1
2026-04-19docs(lsp): description for `on_list` example #39230Maria Solano1
2026-04-19feat(excmd): add EXX error codes for :lsp, :log #39135Olivia Kinnear1
2026-04-18fix(lsp): stale codelens after external file change (#39203)Jaehwang Jung1
2026-04-18fix(lsp): show CompletionItem.detail in info popup #38904glepnir1
2026-04-18docs: misc #39045Justin M. Keyes9
2026-04-18fix(lsp): skip codelens refresh redraw for deleted buffer #39193Jaehwang Jung1
2026-04-18docs(events): Lua types for autocmd event-data #38518Aditya Malik2
2026-04-18fix(lua): make `vim._with()` work with `buf=0` and `win=0` context #39151Evgeni Chasnovski1
2026-04-18refactor(vimfn): full-Lua impl of vim.fn.environ()Justin M. Keyes1
2026-04-18feat(vimfn): use Lua for more excmds/vimfnsJustin M. Keyes4
2026-04-18fix(vim.filetype): match() fails if g:ft_ignore_pat is not defined #39158Evgeni Chasnovski1
2026-04-17fix(lsp): limit number of created highlight groups (#39133)Evgeni Chasnovski1
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes2
2026-04-17vim-patch:8.2.2440: documentation based on patches is outdated (#39144)zeertzjq1
2026-04-16fix(ui2): dialog paging is inconsistent #39128luukvbaal1
2026-04-16refactor(lsp): provide a default list handler example #39005Yi Ming1