aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte_defs.h
Commit message (Collapse)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
|
* refactor: fix headers with IWYUdundargoc2023-11-28
|
* 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.
* feat!: make iconv a non-optional depLewis Russell2023-01-23
|
* refactor: move non-symbols in mbyte.h to mbyte_defs.hzeertzjq2022-08-08
This just avoids including mbyte.h in eval/typval.h, so that mbyte.h can include eval/typval.h in Vim patch 8.2.1535.