mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
refactor: combine regexp files
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.
This commit is contained in:
@ -178,7 +178,6 @@
|
||||
{ include: [ '"os/mem.h.generated.h"', private, '"nvim/os/os.h"', public ] },
|
||||
{ include: [ '"os/stdpaths.h.generated.h"', private, '"nvim/os/os.h"', public ] },
|
||||
{ include: [ '"os/users.h.generated.h"', private, '"nvim/os/os.h"', public ] },
|
||||
{ include: [ '"regexp_bt.h.generated.h"', private, '"nvim/regexp.h"', public ] },
|
||||
{ include: [ '"ui_events_call.h.generated.h"', private, '"nvim/ui.h"', public ] },
|
||||
{ include: [ '"ui_events_client.h.generated.h"', private, '"nvim/ui_client.h"', public ] },
|
||||
{ include: [ '"ui_events_remote.generated.h"', private, '"nvim/api/ui.h"', public ] },
|
||||
|
Reference in New Issue
Block a user