summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/deprecated.c
AgeCommit message (Expand)AuthorFiles
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-29fix(exrc): exrc knows its own location (#34638)Yochem van Rosmalen1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-03-17docs(api): rename "handle" => "id"Justin M. Keyes1
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe1
2025-02-10fix(api): memory leaks in vim.api.nvim_*get_option #32390Cai Rijun (Richard)1
2025-01-20feat(api): deprecate nvim_buf_add_highlight()bfredl1
2025-01-10refactor(api): deprecate nvim_notify #31938Justin M. Keyes1
2025-01-09fix(api): deprecated API nvim_get_option does not validate option name #31919Famiu Haque1
2025-01-09feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-02fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456Justin M. Keyes1
2024-11-25refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-11-04feat(options)!: disallow setting hidden options #28400Famiu Haque1
2024-11-02refactor(options): remove `get_option_value_strict`Famiu Haque1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-07feat: get/set namespace properties #28728altermo1
2024-05-17feat(api): broadcast events to ALL channels #28487Justin M. Keyes1
2024-04-22refactor(api): deprecate nvim_call_atomic #28433Justin M. Keyes1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-21feat(extmark): window scoped extmarkaltermo1
2024-02-21refactor(api): make freeing of return-value opt-in instead of opt outbfredl1
2024-02-20refactor(api): reduce temporary allocations when replacing linesbfredl1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-02-11refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl1
2024-02-09refactor(api): use arena for nvim_get_option_info()bfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-17refactor(options): use hashy for finding options (#26573)Famiu Haque1
2023-12-09refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-25build: rework IWYU mapping filesdundargoc1
2023-11-22refactor(decorations): break up Decoration struct into smaller piecesbfredl1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-08feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal1
2023-11-05feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl1
2023-10-30refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque1
2023-10-20refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1