summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta
AgeCommit message (Expand)AuthorFiles
2025-02-17docs: misc (#32258)dundargoc1
2025-02-16docs: stdpath() type #32480phanium1
2025-02-13feat(term): trigger TermRequest for APC (#32407)Till Bungert1
2025-02-12feat(options): add 'eventignorewin' (#32152)luukvbaal1
2025-02-07vim-patch:9.1.1081: has('bsd') is true for GNU/Hurdzeertzjq1
2025-02-06feat(defaults): enable diffopt "linematch" #32346Siddhant Agarwal1
2025-02-04vim-patch:9.1.1009: diff feature can be improvedzeertzjq1
2025-02-03vim-patch:9.1.1070: Cannot control cursor positioning of getchar() (#32303)zeertzjq1
2025-02-02vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)zeertzjq1
2025-01-30vim-patch:9.1.1056: Vim doesn't highlight to be inserted text when completing...zeertzjq1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2025-01-26feat(api): nvim_get_autocmds filter by id#31549glepnir2
2025-01-25vim-patch:9.1.1049: insert-completed items are always sortedzeertzjq1
2025-01-24feat(extmarks): virtual text can be right-aligned, truncated #31921georgev931
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2025-01-21Merge pull request #32098 from bfredl/multihl_groupbfredl2
2025-01-21feat(extmark): stack multiple highlight groups in `hl_group`bfredl2
2025-01-20feat(api): deprecate nvim_buf_add_highlight()bfredl1
2025-01-17vim-patch:9.1.1020: no way to get current selected item in a async context (#...zeertzjq1
2025-01-16refactor(options): generic expand and did_set callbacks (#32011)Lewis Russell1
2025-01-14feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal1
2025-01-13fix(options): better handling of empty valuesLewis Russell1
2025-01-12feat(treesitter): async parsingRiley Bruins1
2025-01-11docs: miscdundargoc2
2025-01-10refactor(api): deprecate nvim_notify #31938Justin M. Keyes1
2025-01-09docs: misc #31867Justin M. Keyes1
2025-01-09Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes2
2025-01-09feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal1
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal2
2025-01-08fix(api): nvim_set_decoration_provider callback return type #31912notomo1
2025-01-07vim-patch:9.1.0991: v:stacktrace has wrong type in Vim9 scriptzeertzjq1
2025-01-07vim-patch:9.1.0984: exception handling can be improvedzeertzjq2
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2025-01-01docs: misc #31479Justin M. Keyes1
2024-12-31vim-patch:9.1.0983: not able to get the displayed items in complete_i… (#31...glepnir1
2024-12-24docs(api): return type of nvim_get_keymap() #31708Shihua Zeng2
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2
2024-12-19docs(api): specify when decor provider on_buf is called #31634luukvbaal1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-12-16fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes1
2024-12-15vim-patch:ed89206: runtime(doc): add a note about inclusive motions and exclu...zeertzjq1
2024-12-13docs(annotations): added `---@generic` supportColin Kennedy1
2024-12-11docs(annotation): return types for Vimscript functions #31546Colin Kennedy2
2024-12-10feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell1
2024-12-09docs(vvars): adjust lua types for vim.v variables #31510luukvbaal2
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-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(events): don't expand `args.file` for Lua callback (#31473)zeertzjq1