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

@@ -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"