aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/arglist_defs.h
Commit message (Collapse)AuthorAge
* refactor: remove redundant struct namesdundargoc2024-01-02
| | | | A struct can be anonymous if only its typedef is used.
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
|
* 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.
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26