diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-10 12:49:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 12:49:31 +0800 |
commit | 0115b3f023da3b3b85f606e5262592b2e4c6c065 (patch) | |
tree | 56e39e4c48d466b543f0579be0bbaad63e4c2734 /src/nvim/regexp.h | |
parent | d6fe06b0a6287f24a1b821cdf1516bebc90bed2a (diff) | |
parent | 4fed1bf7e537a3a7dc9e8385c65f68ac5c0cf616 (diff) | |
download | rneovim-0115b3f023da3b3b85f606e5262592b2e4c6c065.tar.gz rneovim-0115b3f023da3b3b85f606e5262592b2e4c6c065.tar.bz2 rneovim-0115b3f023da3b3b85f606e5262592b2e4c6c065.zip |
Merge pull request #16336 from kylo252/vim-8.1.2005
vim-patch:8.1.{2005,2010}: the regexp.c file is too big
Diffstat (limited to 'src/nvim/regexp.h')
-rw-r--r-- | src/nvim/regexp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/regexp.h b/src/nvim/regexp.h index 9527afed58..6edbcf8a31 100644 --- a/src/nvim/regexp.h +++ b/src/nvim/regexp.h @@ -19,6 +19,7 @@ // regexp.c #ifdef INCLUDE_GENERATED_DECLARATIONS # include "regexp.h.generated.h" +# include "regexp_bt.h.generated.h" #endif #endif // NVIM_REGEXP_H |