mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00

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