mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
refactor(IWYU): move marktree types to marktree_defs.h (#26402)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "nvim/api/buffer.h"
|
||||
#include "nvim/api/keysets_defs.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/private/dispatch.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/api/private/validate.h"
|
||||
#include "nvim/ascii_defs.h"
|
||||
|
@@ -2,6 +2,10 @@
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
typedef struct {
|
||||
OptionalKeys is_set__empty_;
|
||||
} Dict(empty);
|
||||
|
||||
typedef struct {
|
||||
OptionalKeys is_set__context_;
|
||||
Array types;
|
||||
@@ -337,10 +341,6 @@ typedef struct {
|
||||
Boolean unload;
|
||||
} Dict(buf_delete);
|
||||
|
||||
typedef struct {
|
||||
OptionalKeys is_set__empty_;
|
||||
} Dict(empty);
|
||||
|
||||
typedef struct {
|
||||
OptionalKeys is_set__open_term_;
|
||||
LuaRef on_input;
|
||||
|
Reference in New Issue
Block a user