aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/deprecated.c
Commit message (Expand)AuthorAge
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: iwyu (#26062)zeertzjq2023-11-16
* build: remove PVSdundargoc2023-11-12
* feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2023-10-20
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* docs: do not use deprecated functions #25334Maria José Solano2023-09-24
* refactor(api): use typed keysetsbfredl2023-08-07
* refactor: fix clang/PVS warnings (#24213)zeertzjq2023-06-30
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* refactor(api): break out Vim script functions to its own fileBjörn Linse2021-10-29
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* refactor(api): make export of functions opt-in, not opt-outBjörn Linse2021-10-03
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format #15702dundargoc2021-09-18
* feat(decorations): deprecate nvim_buf_set_virtual_textBjörn Linse2021-07-29
* api: move deprecated functions to separate filesBjörn Linse2020-12-05