mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

regext_bt.c and regexp_nfa.c are inlined into regexp.c instead of included as a header. This makes developer tools like clang-tidy and clangd be able to understand the code better.