refactor: reorganize option header files (#25437)

- Move vimoption_T to option.h
- option_defs.h is for option-related types
- option_vars.h corresponds to Vim's option.h
- option_defs.h and option_vars.h don't include each other
This commit is contained in:
zeertzjq
2023-09-30 14:41:34 +08:00
committed by GitHub
parent cf8b2c0e74
commit dc6d0d2daf
106 changed files with 1189 additions and 1112 deletions

View File

@@ -49,7 +49,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/msgpack_rpc/channel.h"
#include "nvim/option_defs.h"
#include "nvim/option_vars.h"
#include "nvim/os/fileio.h"
#include "nvim/os/os.h"
#include "nvim/path.h"