aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* refactor(autocmds): remove indirection #32291Justin M. Keyes2025-02-01
* docs: miscdundargoc2025-01-30
* fix(float): cannot set title/footer independently #31993glepnir2025-01-27
* refactor(api): add missing cast #31960glepnir2025-01-26
* feat(api): nvim_get_autocmds filter by id#31549glepnir2025-01-26
* feat(extmarks): virtual text can be right-aligned, truncated #31921georgev932025-01-24
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* 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
|/
* Merge #32013 from luukvbaal/shellkindJustin M. Keyes2025-01-15
|\
| * fix(messages): verbose kind for nvim_echo()Luuk van Baal2025-01-15
* | feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal2025-01-14
|/
* refactor(api): deprecate nvim_notify #31938Justin M. Keyes2025-01-10
* docs: misc #31867Justin M. Keyes2025-01-09
* fix(api): deprecated API nvim_get_option does not validate option name #31919Famiu Haque2025-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
* | Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* | Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell2025-01-08
|\ \
| * | refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
* | | fix(api): nvim_set_decoration_provider callback return type #31912notomo2025-01-08
* | | fix(api): crash on invalid buffer to nvim_buf_del_user_command (#31908)zeertzjq2025-01-08
| |/ |/|
* | fix(api): nvim__complete_set requires completeopt=popup #31177glepnir2025-01-05
|/
* fix(api): clamp range lines in `nvim__redraw()` (#31710)Artem2024-12-25
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* feat(ui): specify whether msg_show event is added to historyLuuk van Baal2024-12-23
* feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal2024-12-22
* 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
* fix(coverity): error handling CHECKED_RETURN #31618Justin M. Keyes2024-12-18
* refactor(api): always use TRY_WRAP #31600luukvbaal2024-12-17
* fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes2024-12-16
* fix(api): nvim_win_set_buf(0, 0) fails if 'winfixbuf' is set #31576phanium2024-12-16
* fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq2024-12-06
* docs: misc, help tags for neovim.io searches #31428Justin M. Keyes2024-12-03
* fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456Justin M. Keyes2024-12-02
* feat(keysets): teach Union and LuaRefOfLewis Russell2024-11-25
* refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque2024-11-25
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* fix(api): don't try to get/set option for invalid option name (#31302)Famiu Haque2024-11-22
* fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq2024-11-22
* fix(api): nvim_get_option_value does not clean up on FileType error #31219altermo2024-11-18
* fix(api): only flush nvim__redraw when necessary #31250luukvbaal2024-11-18
* fix(api): update "range" windows in nvim__redraw #31042luukvbaal2024-11-17
* fix(api): nvim_echo free text memory with invalid highlight (#31243)luukvbaal2024-11-17
* fix(api): validation, documentation of hl_group #31195luukvbaal2024-11-16
* feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984luukvbaal2024-11-16