bfredl
442f297c63
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
...
These are not needed after #35129 but making uncrustify still play nice
with them was a bit tricky.
Unfortunately `uncrustify --update-config-with-doc` breaks strings
with backslashes. This issue has been reported upstream,
and in the meanwhile auto-update on every single run has been disabled.
2025-08-14 09:34:38 +02:00
zeertzjq
8533adb484
refactor(IWYU): move decor provider types to decoration_defs.h ( #26692 )
2023-12-21 16:50:05 +08:00
zeertzjq
718053b7a9
refactor: fix runtime_defs.h ( #26259 )
2023-11-28 07:47:36 +08:00
dundargoc
f4aedbae4c
build(IWYU): fix includes for undo_defs.h
2023-11-27 19:33:17 +01:00
zeertzjq
574d25642f
refactor: move Arena and ArenaMem to memory_defs.h ( #26240 )
2023-11-27 17:21:58 +08:00
dundargoc
4f8941c1a5
refactor: replace manual header guards with #pragma once
...
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.
2023-11-12 22:01:28 +01:00
Lewis Russell
7bf1a917b7
vim-patch:8.1.2094: the fileio.c file is too big
...
Problem: The fileio.c file is too big.
Solution: Move buf_write() to bufwrite.c. (Yegappan Lakshmanan,
closes vim/vim#4990 )
c079f0fed1
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2023-04-19 13:15:29 +01:00