aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/deprecated.h
Commit message (Collapse)AuthorAge
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
|
* build(clint): more precise check for "defs" headers (#26236)zeertzjq2023-11-27
|
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
| | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard.
* api: move deprecated functions to separate filesBjörn Linse2020-12-05
Most these are just calls to non-deprecated variants, and take up unnecessary space and search hits in the other files.