diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-12-22 12:24:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 12:24:23 +0800 |
commit | 089b934352437ab310a6dd3b138c7ed9445a3d7b (patch) | |
tree | 51de0fb010d97d4bd82aa9674156aae8ab619cdd /src/nvim/fold.c | |
parent | 6700127b30d55e6ddf70495e7b886464172d7ac6 (diff) | |
download | rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.tar.gz rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.tar.bz2 rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.zip |
refactor(options): generate BV_ and WV_ constants (#26705)
Diffstat (limited to 'src/nvim/fold.c')
-rw-r--r-- | src/nvim/fold.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/fold.c b/src/nvim/fold.c index b595bb0f87..3b7662e62d 100644 --- a/src/nvim/fold.c +++ b/src/nvim/fold.c @@ -38,6 +38,7 @@ #include "nvim/message.h" #include "nvim/move.h" #include "nvim/ops.h" +#include "nvim/option_defs.h" #include "nvim/option_vars.h" #include "nvim/os/input.h" #include "nvim/plines.h" |