mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
ci: Check that #include "*.h"
works as a single include
Lesser form of include-what-you-use: at least guarantees that header file did not forget to include something through some other included file. Activate run_single_includes_tests on CI. Fix some IWYU violations. References #5321
This commit is contained in:

committed by
Justin M. Keyes

parent
7bc37ffb22
commit
62774e4356
@@ -29,7 +29,7 @@
|
||||
|
||||
/// Clear given fmark
|
||||
#define CLEAR_FMARK(fmarkp_) \
|
||||
RESET_FMARK(fmarkp_, ((pos_T) {0, 0, 0}), 0)
|
||||
RESET_FMARK(fmarkp_, ((pos_T) { 0, 0, 0 }), 0)
|
||||
|
||||
/// Set given extended mark (regular mark + file name)
|
||||
#define SET_XFMARK(xfmarkp_, mark_, fnum_, fname_) \
|
||||
|
Reference in New Issue
Block a user