aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta
Commit message (Expand)AuthorAge
* Merge pull request #32098 from bfredl/multihl_groupbfredl2025-01-21
|\
| * feat(extmark): stack multiple highlight groups in `hl_group`bfredl2025-01-21
* | feat(api): deprecate nvim_buf_add_highlight()bfredl2025-01-20
|/
* vim-patch:9.1.1020: no way to get current selected item in a async context (#...zeertzjq2025-01-17
* refactor(options): generic expand and did_set callbacks (#32011)Lewis Russell2025-01-16
* feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal2025-01-14
* fix(options): better handling of empty valuesLewis Russell2025-01-13
* feat(treesitter): async parsingRiley Bruins2025-01-12
* docs: miscdundargoc2025-01-11
* refactor(api): deprecate nvim_notify #31938Justin M. Keyes2025-01-10
* docs: misc #31867Justin M. Keyes2025-01-09
* Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes2025-01-09
|\
| * feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal2025-01-09
| * feat(api): add err field to nvim_echo() optsLuuk van Baal2025-01-09
* | fix(api): nvim_set_decoration_provider callback return type #31912notomo2025-01-08
|/
* vim-patch:9.1.0991: v:stacktrace has wrong type in Vim9 scriptzeertzjq2025-01-07
* vim-patch:9.1.0984: exception handling can be improvedzeertzjq2025-01-07
* feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* docs: misc #31479Justin M. Keyes2025-01-01
* vim-patch:9.1.0983: not able to get the displayed items in complete_i… (#31...glepnir2024-12-31
* docs(api): return type of nvim_get_keymap() #31708Shihua Zeng2024-12-24
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* docs(api): specify when decor provider on_buf is called #31634luukvbaal2024-12-19
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* vim-patch:ed89206: runtime(doc): add a note about inclusive motions and exclu...zeertzjq2024-12-15
* docs(annotations): added `---@generic` supportColin Kennedy2024-12-13
* docs(annotation): return types for Vimscript functions #31546Colin Kennedy2024-12-11
* feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell2024-12-10
* docs(vvars): adjust lua types for vim.v variables #31510luukvbaal2024-12-09
* vim-patch:9.1.0911: Variable name for 'messagesopt' doesn't match short namezeertzjq2024-12-08
* vim-patch:9.1.0910: 'messagesopt' does not check max wait timezeertzjq2024-12-08
* vim-patch:9.1.0908: not possible to configure :messages (#31492)zeertzjq2024-12-07
* feat(stdlib): vim.json.encode(...,{escape_slash:boolean}) #30561Bartłomiej Maryńczak2024-12-06
* fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq2024-12-06
* vim-patch:9.1.0905: Missing information in CompleteDone event (#31455)glepnir2024-12-05
* docs: misc, help tags for neovim.io searches #31428Justin M. Keyes2024-12-03
* vim-patch:768728b: runtime(doc): Update documentation for "noselect" in 'comp...dundargoc2024-12-02
* vim-patch:9.1.0890: %! item not allowed for 'rulerformat' (#31369)zeertzjq2024-11-28
* vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349)zeertzjq2024-11-26
* feat(keysets): teach Union and LuaRefOfLewis Russell2024-11-25
* vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)zeertzjq2024-11-24
* refactor(options): impl default 'titlestring' by format flags #30843zshuzh2024-11-20
* fix(api): validation, documentation of hl_group #31195luukvbaal2024-11-16
* feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984luukvbaal2024-11-16
* docs: standardize doc for ChanInfo/ChanOpen autocmds/v:event (#31099)errael2024-11-16
* fix(ui): no fast context for prompt message kinds #31224luukvbaal2024-11-15
* vim-patch:9.1.0864: message history is fixed to 200 (#31215)zeertzjq2024-11-15
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* docs: misc (#30914)dundargoc2024-11-09