mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10: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.