mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +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.