summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2025-08-26feat(api): nvim_echo can emit Progress messages/events #34846Shadman1
2025-08-24docs: misc #35459Justin M. Keyes1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-28docs: lsp, ui events, dev guidance, osc7Justin M. Keyes1
2025-07-01fix: type of nvim_echoLewis Russell1
2025-06-29fix(exrc): exrc knows its own location (#34638)Yochem van Rosmalen1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-06-07fix(api): update topline when flushing with nvim__redraw() (#34346)luukvbaal1
2025-06-01docs: news, intro, lsp, api #33687Justin M. Keyes1
2025-05-27feat(api): set nvim_echo() kind for ext_messages (#33998)luukvbaal1
2025-05-01refactor: move StringBuilder to types_defs.h (#33745)Gregory Anders1
2025-04-30feat(terminal): parse current buffer contents in nvim_open_term() (#33720)Gregory Anders1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-03-17docs: miscJustin M. Keyes1
2025-03-17docs(api): rename "handle" => "id"Justin M. Keyes1
2025-03-02docs: misc #31996Justin M. Keyes1
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes1
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2025-01-15fix(messages): verbose kind for nvim_echo()Luuk van Baal1
2025-01-10refactor(api): deprecate nvim_notify #31938Justin M. Keyes1
2025-01-09docs: misc #31867Justin M. Keyes1
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 Baal1
2025-01-05fix(api): nvim__complete_set requires completeopt=popup #31177glepnir1
2024-12-25fix(api): clamp range lines in `nvim__redraw()` (#31710)Artem1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-17refactor(api): always use TRY_WRAP #31600luukvbaal1
2024-12-16fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes1
2024-12-16fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes1
2024-12-16fix(api): nvim_win_set_buf(0, 0) fails if 'winfixbuf' is set #31576phanium1
2024-12-03docs: misc, help tags for neovim.io searches #31428Justin M. Keyes1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-18fix(api): only flush nvim__redraw when necessary #31250luukvbaal1
2024-11-17fix(api): update "range" windows in nvim__redraw #31042luukvbaal1
2024-11-16fix(api): validation, documentation of hl_group #31195luukvbaal1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-11-14fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-11Merge pull request #27813 from luukvbaal/msgidbfredl1
2024-11-09docs: misc (#30914)dundargoc1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-11-01vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq1
2024-09-25docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes1
2024-09-24fix(paste): only record a paste when it's from RPC (#30491)zeertzjq1
2024-09-24docs: lua error patterns #30240Justin M. Keyes1
2024-09-24feat(paste): unify cancel and error behavior (#30476)zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-09-22docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski1
2024-09-22fix(paste): improve repeating of pasted text (#30438)zeertzjq1