refactor(options): generate BV_ and WV_ constants (#26705)

This commit is contained in:
zeertzjq
2023-12-22 12:24:23 +08:00
committed by GitHub
parent 6700127b30
commit 089b934352
10 changed files with 58 additions and 171 deletions

View File

@@ -18,7 +18,7 @@
#include "nvim/mark_defs.h"
#include "nvim/marktree_defs.h"
#include "nvim/memline_defs.h"
#include "nvim/option_vars.h"
#include "nvim/option_defs.h"
#include "nvim/os/fs_defs.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp_defs.h"