refactor: rename types.h to types_defs.h

This commit is contained in:
dundargoc 2023-11-27 20:27:32 +01:00 committed by dundargoc
parent e3f735ef10
commit 6c14ae6bfa
147 changed files with 146 additions and 146 deletions

View File

@ -34,7 +34,7 @@
#include "nvim/move.h"
#include "nvim/ops.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -29,7 +29,7 @@
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/usercmd.h"
#include "nvim/vim.h"
#include "nvim/window.h"

View File

@ -7,7 +7,7 @@
#include "nvim/decoration_defs.h" // IWYU pragma: keep
#include "nvim/macros.h"
#include "nvim/map.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
EXTERN Map(String, int) namespace_ids INIT( = MAP_INIT);
EXTERN handle_T next_namespace_id INIT( = 1);

View File

@ -14,7 +14,7 @@
#include "nvim/func_attr.h"
#include "nvim/lua/executor.h"
#include "nvim/memory.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
/// Helper structure for vim_to_object

View File

@ -6,7 +6,7 @@
#include "klib/kvec.h"
#include "nvim/func_attr.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#define ARRAY_DICT_INIT KV_INITIAL_VALUE
#define STRING_INIT { .data = NULL, .size = 0 }

View File

@ -5,7 +5,7 @@
#include "nvim/api/private/defs.h"
#include "nvim/memory.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
typedef Object (*ApiDispatchWrapper)(uint64_t channel_id, Array args, Arena *arena, Error *error);

View File

@ -32,7 +32,7 @@
#include "nvim/message.h"
#include "nvim/msgpack_rpc/helpers.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/version.h"

View File

@ -29,7 +29,7 @@
#include "nvim/msgpack_rpc/channel.h"
#include "nvim/msgpack_rpc/helpers.h"
#include "nvim/option.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"

View File

@ -65,7 +65,7 @@
#include "nvim/statusline.h"
#include "nvim/strings.h"
#include "nvim/terminal.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"
#include "nvim/window.h"

View File

@ -24,7 +24,7 @@
#include "nvim/move.h"
#include "nvim/plines.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/window.h"
/// Gets the current buffer in a window

View File

@ -35,7 +35,7 @@
#include "nvim/path.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/undo.h"
#include "nvim/version.h"
#include "nvim/vim.h"

View File

@ -4,7 +4,7 @@
#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "arglist.h.generated.h"

View File

@ -49,7 +49,7 @@
#include "nvim/search.h"
#include "nvim/state.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/ui_compositor.h"
#include "nvim/vim.h"

View File

@ -12,7 +12,7 @@
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/macros.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// Set by the apply_autocmds_group function if the given event is equal to
// EVENT_FILETYPE. Used by the readfile function in order to determine if

View File

@ -10,7 +10,7 @@
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/regexp_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// event_T definition
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -95,7 +95,7 @@
#include "nvim/strings.h"
#include "nvim/syntax.h"
#include "nvim/terminal.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/usercmd.h"

View File

@ -20,7 +20,7 @@
#include "nvim/memory.h"
#include "nvim/msgpack_rpc/channel.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "buffer_updates.c.generated.h" // IWYU pragma: export

View File

@ -43,7 +43,7 @@
#include "nvim/pos_defs.h"
#include "nvim/sha256.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -17,7 +17,7 @@
#include "nvim/msgpack_rpc/channel_defs.h"
#include "nvim/os/pty_process.h"
#include "nvim/terminal.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#define CHAN_STDIO 1
#define CHAN_STDERR 2

View File

@ -62,7 +62,7 @@
#include "nvim/strings.h"
#include "nvim/syntax.h"
#include "nvim/tag.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/usercmd.h"
#include "nvim/vim.h"

View File

@ -4,7 +4,7 @@
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/ex_getln.h"
#include "nvim/garray_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
// Values for nextwild() and ExpandOne(). See ExpandOne() for meaning.

View File

@ -4,7 +4,7 @@
#include <stddef.h>
#include "nvim/eval/typval_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
typedef enum {
XP_PREFIX_NONE, ///< prefix not used

View File

@ -24,7 +24,7 @@
#include "nvim/option_vars.h"
#include "nvim/regexp.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -4,7 +4,7 @@
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h" // IWYU pragma: export
#include "nvim/os/time.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
/// Present history tables
typedef enum {

View File

@ -11,7 +11,7 @@
#include "nvim/macros.h"
#include "nvim/marktree.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// actual Decor* data is in decoration_defs.h

View File

@ -6,7 +6,7 @@
#include "klib/kvec.h"
#include "nvim/buffer_defs.h"
#include "nvim/macros.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#define DP_MAX_ERROR 3

View File

@ -53,7 +53,7 @@
#include "nvim/path.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -33,7 +33,7 @@
#include "nvim/os/input.h"
#include "nvim/runtime.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
typedef int result_T;

View File

@ -4,7 +4,7 @@
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/garray_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "digraph.h.generated.h"

View File

@ -44,7 +44,7 @@
#include "nvim/strings.h"
#include "nvim/syntax.h"
#include "nvim/terminal.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"

View File

@ -8,7 +8,7 @@
#include "nvim/fold.h"
#include "nvim/macros.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// Maximum columns for terminal highlight attributes
#define TERM_ATTRS_MAX 1024

View File

@ -106,7 +106,7 @@
#include "nvim/strings.h"
#include "nvim/syntax.h"
#include "nvim/terminal.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/ui_compositor.h"
#include "nvim/version.h"

View File

@ -59,7 +59,7 @@
#include "nvim/terminal.h"
#include "nvim/textformat.h"
#include "nvim/textobject.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -76,7 +76,7 @@
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/tag.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/ui_compositor.h"
#include "nvim/usercmd.h"

View File

@ -23,7 +23,7 @@
#include "nvim/path.h"
#include "nvim/pos_defs.h"
#include "nvim/sign.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -2,7 +2,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/buffer.h.generated.h"

View File

@ -21,7 +21,7 @@
#include "nvim/mbyte.h"
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
/// Helper structure for container_struct

View File

@ -4,7 +4,7 @@
#include <stddef.h> // IWYU pragma: keep
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/decode.h.generated.h"

View File

@ -28,7 +28,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h" // For _()
const char *const encode_bool_var_names[] = {

View File

@ -11,7 +11,7 @@
#include "nvim/globals.h"
#include "nvim/message.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -7,7 +7,7 @@
#include "nvim/buffer_defs.h"
#include "nvim/cmdexpand_defs.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
/// Prototype of C function that implements Vimscript function
typedef void (*VimLFunc)(typval_T *args, typval_T *rvar, EvalFuncData data);

View File

@ -33,7 +33,7 @@
#include "nvim/os/input.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
/// struct storing information about current sort

View File

@ -15,7 +15,7 @@
#include "nvim/macros.h"
#include "nvim/mbyte_defs.h"
#include "nvim/message.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// In a hashtab item "hi_key" points to "di_key" in a dictitem.
// This avoids adding a pointer to the hashtab item.

View File

@ -7,7 +7,7 @@
#include "nvim/hashtab.h"
#include "nvim/lib/queue.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
/// Type used for Vimscript VAR_NUMBER values
typedef int64_t varnumber_T;

View File

@ -45,7 +45,7 @@
#include "nvim/runtime.h"
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"

View File

@ -10,7 +10,7 @@
#include "nvim/garray_defs.h"
#include "nvim/hashtab.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
struct funccal_entry;

View File

@ -40,7 +40,7 @@
#include "nvim/os/os.h"
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#include "nvim/window.h"

View File

@ -6,7 +6,7 @@
#include "nvim/garray_defs.h" // IWYU pragma: keep
#include "nvim/hashtab.h"
#include "nvim/option_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/vars.h.generated.h"

View File

@ -23,7 +23,7 @@
#include "nvim/message.h"
#include "nvim/move.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#include "nvim/window.h"
#include "nvim/winfloat.h"

View File

@ -81,7 +81,7 @@
#include "nvim/spell.h"
#include "nvim/strings.h"
#include "nvim/terminal.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -80,7 +80,7 @@
#include "nvim/statusline.h"
#include "nvim/strings.h"
#include "nvim/tag.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/usercmd.h"

View File

@ -68,7 +68,7 @@
#include "nvim/search.h"
#include "nvim/state.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/usercmd.h"

View File

@ -7,7 +7,7 @@
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/option_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
struct cmdline_info;

View File

@ -11,7 +11,7 @@
#include "nvim/macros.h"
#include "nvim/marktree.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
EXTERN int extmark_splice_pending INIT( = 0);

View File

@ -1,7 +1,7 @@
#pragma once
#include "klib/kvec.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
typedef struct undo_object ExtmarkUndoObject;
typedef kvec_t(ExtmarkUndoObject) extmark_undo_vec_t;

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#include "nvim/globals.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// Flags for find_file_*() functions.
#define FINDFILE_FILE 0 // only files

View File

@ -61,7 +61,7 @@
#include "nvim/sha256.h"
#include "nvim/shada.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -47,7 +47,7 @@
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/syntax.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -7,7 +7,7 @@
#include "nvim/garray_defs.h" // IWYU pragma: keep
#include "nvim/macros.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
EXTERN int disable_fold_update INIT( = 0);

View File

@ -6,7 +6,7 @@
#include "nvim/garray_defs.h" // IWYU pragma: export
#include "nvim/log.h"
#include "nvim/memory.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#define GA_EMPTY(ga_ptr) ((ga_ptr)->ga_len <= 0)

View File

@ -54,7 +54,7 @@
#include "nvim/pos_defs.h"
#include "nvim/state.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -6,7 +6,7 @@
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/getchar_defs.h" // IWYU pragma: export
#include "nvim/os/fileio.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
/// Argument for flush_buffers().
typedef enum {

View File

@ -16,7 +16,7 @@
#include "nvim/os/os_defs.h"
#include "nvim/runtime.h"
#include "nvim/syntax_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#define IOSIZE (1024 + 1) // file I/O and sprintf buffer size

View File

@ -27,7 +27,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/option_vars.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"

View File

@ -5,7 +5,7 @@
#include <stdint.h>
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// Includes final NUL. MAX_MCO is no longer used, but at least 4*(MAX_MCO+1)+1=29
// ensures we can fit all composed chars which did fit before.

View File

@ -2,7 +2,7 @@
#include <stddef.h>
#include "nvim/types.h"
#include "nvim/types_defs.h"
/// Magic number used for hashitem "hi_key" value indicating a deleted item
///

View File

@ -39,7 +39,7 @@
#include "nvim/strings.h"
#include "nvim/syntax.h"
#include "nvim/tag.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#include "nvim/window.h"

View File

@ -25,7 +25,7 @@
#include "nvim/message.h"
#include "nvim/option.h"
#include "nvim/popupmenu.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"

View File

@ -3,7 +3,7 @@
#include <inttypes.h>
#include "nvim/macros.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
typedef int32_t RgbValue;

View File

@ -40,7 +40,7 @@
#include "nvim/os/time.h"
#include "nvim/runtime.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"

View File

@ -5,7 +5,7 @@
#include "nvim/api/private/helpers.h"
#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
#include "nvim/highlight_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#define MAX_HL_ID 20000 // maximum value for a highlight ID.

View File

@ -38,7 +38,7 @@
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/textformat.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -3,7 +3,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
typedef int (*IndentGetter)(void);

View File

@ -57,7 +57,7 @@
#include "nvim/strings.h"
#include "nvim/tag.h"
#include "nvim/textformat.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -3,7 +3,7 @@
#include "nvim/macros.h"
#include "nvim/option_defs.h" // IWYU pragma: keep
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -25,7 +25,7 @@
#include "nvim/lua/executor.h"
#include "nvim/macros.h"
#include "nvim/message.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
/// Determine, which keys lua table contains

View File

@ -14,7 +14,7 @@
#include "nvim/lua/converter.h"
#include "nvim/macros.h"
#include "nvim/map.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/usercmd.h"
// Generated by msgpack-gen.lua

View File

@ -36,7 +36,7 @@
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -26,7 +26,7 @@
#include "nvim/memory.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#define TS_META_PARSER "treesitter_parser"
#define TS_META_TREE "treesitter_tree"

View File

@ -94,7 +94,7 @@
#include "nvim/strings.h"
#include "nvim/syntax.h"
#include "nvim/terminal.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/ui_client.h"
#include "nvim/ui_compositor.h"

View File

@ -7,7 +7,7 @@
#include "nvim/api/private/defs.h"
#include "nvim/assert.h"
#include "nvim/highlight_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#if defined(__NetBSD__)
# undef uint64_t

View File

@ -46,7 +46,7 @@
#include "nvim/runtime.h"
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"

View File

@ -12,7 +12,7 @@
#include "nvim/mapping_defs.h" // IWYU pragma: export
#include "nvim/option_defs.h" // IWYU pragma: keep
#include "nvim/regexp_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
/// Used for the first argument of do_map()
enum {

View File

@ -3,7 +3,7 @@
#include <stdbool.h>
#include "nvim/eval/typval_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
/// Structure used for mappings and abbreviations.
typedef struct mapblock mapblock_T;

View File

@ -11,7 +11,7 @@
#include "nvim/garray_defs.h"
#include "nvim/map.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// only for debug functions:
#include "nvim/api/private/defs.h"

View File

@ -32,7 +32,7 @@
#include "nvim/profile.h"
#include "nvim/regexp.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -3,7 +3,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "match.h.generated.h"

View File

@ -64,7 +64,7 @@
#include "nvim/os/os.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
typedef struct {

View File

@ -10,7 +10,7 @@
#include "nvim/grid_defs.h"
#include "nvim/mbyte_defs.h" // IWYU pragma: export
#include "nvim/os/os_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// Return byte length of character that starts with byte "b".
// Returns 1 for a single-byte character.

View File

@ -6,7 +6,7 @@
#include "nvim/map.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
/// A block number.
///

View File

@ -3,7 +3,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/memline_defs.h" // IWYU pragma: export
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "memline.h.generated.h"

View File

@ -33,7 +33,7 @@
#include "nvim/pos_defs.h"
#include "nvim/state.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/vim.h"

View File

@ -5,7 +5,7 @@
#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/menu_defs.h" // IWYU pragma: export
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "menu.h.generated.h"

View File

@ -9,7 +9,7 @@
#include "nvim/ex_cmds_defs.h"
#include "nvim/grid_defs.h"
#include "nvim/macros.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
// Types of dialogs passed to do_dialog().
#define VIM_GENERIC 0

View File

@ -39,7 +39,7 @@
#include "nvim/state.h"
#include "nvim/statusline.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/ui_compositor.h"
#include "nvim/vim.h"

View File

@ -43,7 +43,7 @@
#include "nvim/search.h"
#include "nvim/sign_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#include "nvim/window.h"
#include "nvim/winfloat.h"

View File

@ -4,7 +4,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -33,7 +33,7 @@
#include "nvim/msgpack_rpc/unpacker.h"
#include "nvim/os/input.h"
#include "nvim/rbuffer.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/ui_client.h"

View File

@ -13,7 +13,7 @@
#include "nvim/func_attr.h"
#include "nvim/memory.h"
#include "nvim/msgpack_rpc/helpers.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "msgpack_rpc/helpers.c.generated.h"

View File

@ -12,7 +12,7 @@
#include "nvim/grid_defs.h"
#include "nvim/memory_defs.h"
#include "nvim/msgpack_rpc/channel_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui_client.h"
struct Unpacker {

Some files were not shown because too many files have changed in this diff Show More