aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* 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
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* Merge pull request #27813 from luukvbaal/msgidbfredl2024-11-11
|\
| * refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* | docs: misc (#30914)dundargoc2024-11-09
|/
* feat(options)!: disallow setting hidden options #28400Famiu Haque2024-11-04
* refactor(options): remove `get_option_value_strict`Famiu Haque2024-11-02
* vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq2024-11-01
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes2024-09-25
* fix(paste): only record a paste when it's from RPC (#30491)zeertzjq2024-09-24
* docs: lua error patterns #30240Justin M. Keyes2024-09-24
* feat(paste): unify cancel and error behavior (#30476)zeertzjq2024-09-24
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski2024-09-22
* fix(paste): improve repeating of pasted text (#30438)zeertzjq2024-09-22
* feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes2024-09-18
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* fix(multibyte): handle backspace of wide clusters in replace modebfredl2024-09-06
* fix(api): nvim_buf_get_text() crashes with large negative column #28740vanaigr2024-09-03
* feat(startup): validate --listen addressJustin M. Keyes2024-09-02