Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: move some constants out of vim_defs.h (#26298) | zeertzjq | 2023-11-29 |
| | |||
* | refactor: fix headers with IWYU | dundargoc | 2023-11-28 |
| | |||
* | refactor: replace manual header guards with #pragma once | dundargoc | 2023-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 dep | Lewis Russell | 2023-01-23 |
| | |||
* | refactor: move non-symbols in mbyte.h to mbyte_defs.h | zeertzjq | 2022-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. |