summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta
AgeCommit message (Expand)AuthorFiles
2025-03-13vim-patch:c1c3b5d: runtime(doc): remove unnecessary "an" (#32865)zeertzjq1
2025-03-11vim-patch:0a336cc: runtime(doc): clarify that a umask is applied to mkdir() (...zeertzjq1
2025-03-10docs(vvars): vim.v.event.windows #32673Vlad2
2025-03-10fix(lua): types for vim.api.keyset.win_config #32700Tomasz N1
2025-03-09fix(build): vimdoc tags are not validated #32801Justin M. Keyes1
2025-03-08fix(types): do not mark unstable API as privateLewis Russell1
2025-03-04vim-patch:659cb28: runtime(doc): fix typo "bet" in :h 'completeopt' (#32711)zeertzjq1
2025-03-04vim-patch:9.1.1166: command-line auto-completion hard with wildmenuTomas Slusny1
2025-03-02docs: misc #31996Justin M. Keyes4
2025-03-02vim-patch:9.1.1161: preinsert requires bot "menu" and "menuone" to be setzeertzjq1
2025-03-02vim-patch:9.1.1160: Ctrl-Y does not work well with "preinsert" when completin...zeertzjq1
2025-02-28vim-patch:85a50fe: runtime(doc): fix confusing docs for 'completeitemalign' (...zeertzjq1
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe1
2025-02-25feat(treesitter): vertical conceal support for highlighterLuuk van Baal1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2
2025-02-17vim-patch:5647c91: runtime(doc): add reference to extendnew() at extend() (#3...zeertzjq1
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