build(IWYU): fix includes for undo_defs.h

This commit is contained in:
dundargoc 2023-11-27 18:39:38 +01:00 committed by dundargoc
parent 8b428ca8b7
commit f4aedbae4c
126 changed files with 123 additions and 125 deletions

View File

@ -291,7 +291,6 @@ iwyu: build/.ran-cmake
|src/nvim/ui_client.h\
|src/nvim/ui_compositor.h\
|src/nvim/undo.h\
|src/nvim/undo_defs.h\
|src/nvim/usercmd.h\
|src/nvim/version.h\
|src/nvim/vim.h\

View File

@ -1046,7 +1046,6 @@ def CheckIncludes(filename, lines, error):
"src/nvim/ui_client.h",
"src/nvim/ui_compositor.h",
"src/nvim/undo.h",
"src/nvim/undo_defs.h",
"src/nvim/usercmd.h",
"src/nvim/version.h",
"src/nvim/vim.h",

View File

@ -33,7 +33,7 @@
#include "nvim/memory.h"
#include "nvim/move.h"
#include "nvim/ops.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@ -26,7 +26,7 @@
#include "nvim/mbyte.h"
#include "nvim/memory.h"
#include "nvim/ops.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/strings.h"
#include "nvim/types.h"

View File

@ -21,7 +21,7 @@
#include "nvim/lua/executor.h"
#include "nvim/memory.h"
#include "nvim/option.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/deprecated.c.generated.h"

View File

@ -22,7 +22,7 @@
#include "nvim/mbyte.h"
#include "nvim/memline.h"
#include "nvim/memory.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/sign.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -31,7 +31,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/msgpack_rpc/helpers.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/ui.h"
#include "nvim/version.h"

View File

@ -58,7 +58,7 @@
#include "nvim/os/os_defs.h"
#include "nvim/os/process.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/runtime.h"
#include "nvim/sign.h"
#include "nvim/state.h"

View File

@ -20,7 +20,7 @@
#include "nvim/mbyte.h"
#include "nvim/memory.h"
#include "nvim/option.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/syntax.h"
#include "nvim/ui.h"
#include "nvim/window.h"

View File

@ -22,7 +22,7 @@
#include "nvim/message.h"
#include "nvim/move.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/window.h"

View File

@ -33,7 +33,7 @@
#include "nvim/option_vars.h"
#include "nvim/os/input.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/types.h"
#include "nvim/undo.h"

View File

@ -11,7 +11,7 @@
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/macros.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
// Set by the apply_autocmds_group function if the given event is equal to

View File

@ -84,7 +84,7 @@
#include "nvim/os/time.h"
#include "nvim/path.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/quickfix.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"

View File

@ -13,7 +13,7 @@
#include "nvim/macros.h"
#include "nvim/memline.h"
#include "nvim/memline_defs.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// Values for buflist_getfile()
enum getf_values {

View File

@ -28,7 +28,7 @@ typedef struct {
#include "nvim/mark_defs.h"
#include "nvim/marktree.h"
#include "nvim/option_vars.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/statusline_defs.h"
#include "nvim/undo_defs.h"

View File

@ -19,7 +19,7 @@
#include "nvim/memline.h"
#include "nvim/memory.h"
#include "nvim/msgpack_rpc/channel.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -4,7 +4,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/extmark.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "buffer_updates.h.generated.h"

View File

@ -40,7 +40,7 @@
#include "nvim/os/input.h"
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/sha256.h"
#include "nvim/strings.h"
#include "nvim/types.h"

View File

@ -2,7 +2,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "bufwrite.h.generated.h"

View File

@ -39,7 +39,7 @@
#include "nvim/option_vars.h"
#include "nvim/os/time.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/search.h"
#include "nvim/spell.h"
#include "nvim/state.h"

View File

@ -1,7 +1,7 @@
#pragma once
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// flags for open_line()
#define OPENLINE_DELSPACES 0x01 // delete spaces after cursor

View File

@ -25,7 +25,7 @@
#include "nvim/memory.h"
#include "nvim/option.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/vim.h"

View File

@ -7,7 +7,7 @@
#include "nvim/eval/typval_defs.h"
#include "nvim/option_defs.h"
#include "nvim/option_vars.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
/// Return the folded-case equivalent of the given character

View File

@ -20,7 +20,7 @@
#include "nvim/option.h"
#include "nvim/option_vars.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/state.h"
#include "nvim/vim.h"

View File

@ -1,7 +1,7 @@
#pragma once
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "cursor.h.generated.h"

View File

@ -29,7 +29,7 @@
#include "nvim/message.h"
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"
#include "nvim/vim.h"

View File

@ -19,7 +19,7 @@
#include "nvim/memory.h"
#include "nvim/move.h"
#include "nvim/option_vars.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/sign.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

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

View File

@ -14,7 +14,7 @@
#include "nvim/log.h"
#include "nvim/lua/executor.h"
#include "nvim/message.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
static kvec_t(DecorProvider) decor_providers = KV_INITIAL_VALUE;

View File

@ -51,7 +51,7 @@
#include "nvim/os/os.h"
#include "nvim/os/shell.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/ui.h"

View File

@ -4,7 +4,7 @@
#include "nvim/ex_cmds_defs.h"
#include "nvim/macros.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// Value set from 'diffopt'.
EXTERN int diff_context INIT( = 6); // context for folds

View File

@ -35,7 +35,7 @@
#include "nvim/option.h"
#include "nvim/option_vars.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/quickfix.h"
#include "nvim/sign.h"
#include "nvim/spell.h"

View File

@ -7,7 +7,7 @@
#include "nvim/decoration_provider.h"
#include "nvim/fold.h"
#include "nvim/macros.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
// Maximum columns for terminal highlight attributes

View File

@ -95,7 +95,7 @@
#include "nvim/os/os_defs.h"
#include "nvim/plines.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/regexp.h"
#include "nvim/search.h"

View File

@ -51,7 +51,7 @@
#include "nvim/os/input.h"
#include "nvim/plines.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/search.h"
#include "nvim/state.h"
#include "nvim/strings.h"

View File

@ -2,7 +2,7 @@
#include "nvim/autocmd_defs.h" // IWYU pragma: keep
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// Values for in_cinkeys()
#define KEY_OPEN_FORW 0x101

View File

@ -68,7 +68,7 @@
#include "nvim/os/shell.h"
#include "nvim/os/stdpaths_defs.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/quickfix.h"
#include "nvim/regexp.h"

View File

@ -21,7 +21,7 @@
#include "nvim/memory.h"
#include "nvim/move.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/sign.h"
#include "nvim/types.h"
#include "nvim/undo.h"

View File

@ -100,7 +100,7 @@
#include "nvim/path.h"
#include "nvim/plines.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"

View File

@ -31,7 +31,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/os/input.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/vim.h"

View File

@ -6,7 +6,7 @@
#include "nvim/garray_defs.h"
#include "nvim/hashtab.h"
#include "nvim/lib/queue.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
/// Type used for Vimscript VAR_NUMBER values

View File

@ -9,7 +9,7 @@
#include "nvim/ex_cmds_defs.h"
#include "nvim/garray_defs.h"
#include "nvim/hashtab.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
struct funccal_entry;

View File

@ -22,7 +22,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/move.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/vim.h"
#include "nvim/window.h"

View File

@ -12,7 +12,7 @@
#include "nvim/option_defs.h"
#include "nvim/option_vars.h"
#include "nvim/os/fs.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/vim.h"
#include "nvim/window.h"

View File

@ -73,7 +73,7 @@
#include "nvim/os/time.h"
#include "nvim/path.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/quickfix.h"
#include "nvim/regexp.h"

View File

@ -6,7 +6,7 @@
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h" // IWYU pragma: export
#include "nvim/os/time.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// flags for do_ecmd()
#define ECMD_HIDE 0x01 // don't free the current buffer

View File

@ -36,7 +36,7 @@
#include "nvim/option_vars.h"
#include "nvim/os/os_defs.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/quickfix.h"
#include "nvim/runtime.h"
#include "nvim/undo.h"

View File

@ -6,7 +6,7 @@
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_eval_defs.h"
#include "nvim/normal.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -69,7 +69,7 @@
#include "nvim/os/shell.h"
#include "nvim/path.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/quickfix.h"
#include "nvim/regexp.h"

View File

@ -2,7 +2,7 @@
#include <stdbool.h>
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
/// A list used for saving values of "emsg_silent". Used by ex_try() to save the
/// value of "emsg_silent" if it was non-zero. When this is done, the CSF_SILENT

View File

@ -62,7 +62,7 @@
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/regexp.h"
#include "nvim/search.h"

View File

@ -33,7 +33,7 @@
#include "nvim/os/fs.h"
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/runtime.h"
#include "nvim/vim.h"
#include "nvim/window.h"

View File

@ -37,7 +37,7 @@
#include "nvim/map.h"
#include "nvim/marktree.h"
#include "nvim/memline.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/undo.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -10,7 +10,7 @@
#include "nvim/extmark_defs.h" // IWYU pragma: export
#include "nvim/macros.h"
#include "nvim/marktree.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
EXTERN int extmark_splice_pending INIT( = 0);

View File

@ -56,7 +56,7 @@
#include "nvim/os/os.h"
#include "nvim/os/time.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/sha256.h"
#include "nvim/shada.h"

View File

@ -10,7 +10,7 @@
#include "nvim/garray_defs.h" // IWYU pragma: keep
#include "nvim/globals.h"
#include "nvim/os/fs_defs.h" // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// Values for readfile() flags
#define READ_NEW 0x01 // read a file into a new buffer

View File

@ -43,7 +43,7 @@
#include "nvim/option_vars.h"
#include "nvim/os/input.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/syntax.h"

View File

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

View File

@ -1,6 +1,6 @@
#pragma once
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// Info used to pass info about a fold from the fold-detection code to the
// code that displays the foldcolumn.

View File

@ -51,7 +51,7 @@
#include "nvim/os/input.h"
#include "nvim/os/os.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/state.h"
#include "nvim/strings.h"
#include "nvim/types.h"

View File

@ -8,7 +8,7 @@
#include "nvim/grid_defs.h" // IWYU pragma: export
#include "nvim/macros.h"
#include "nvim/mbyte.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
/// By default, all windows are drawn on a single rectangular grid, represented by
/// this ScreenGrid instance. In multigrid mode each window will have its own

View File

@ -4,7 +4,7 @@
#include <stddef.h>
#include <stdint.h>
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
// Includes final NUL. MAX_MCO is no longer used, but at least 4*(MAX_MCO+1)+1=29

View File

@ -34,7 +34,7 @@
#include "nvim/os/input.h"
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/runtime.h"
#include "nvim/strings.h"
#include "nvim/syntax.h"

View File

@ -33,7 +33,7 @@
#include "nvim/optionstr.h"
#include "nvim/os/input.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/search.h"
#include "nvim/strings.h"

View File

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

View File

@ -20,7 +20,7 @@
#include "nvim/option.h"
#include "nvim/option_vars.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/search.h"
#include "nvim/strings.h"
#include "nvim/vim.h"

View File

@ -1,7 +1,7 @@
#pragma once
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "indent_c.h.generated.h"

View File

@ -49,7 +49,7 @@
#include "nvim/os/time.h"
#include "nvim/path.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/search.h"
#include "nvim/spell.h"

View File

@ -2,7 +2,7 @@
#include "nvim/macros.h"
#include "nvim/option_defs.h" // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/vim.h"

View File

@ -8,7 +8,7 @@
#include "nvim/linematch.h"
#include "nvim/macros.h"
#include "nvim/memory.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#define LN_MAX_BUFS 8
#define LN_DECISION_MAX 255 // pow(2, LN_MAX_BUFS(8)) - 1 = 255

View File

@ -2,7 +2,7 @@
#include <stddef.h> // IWYU pragma: keep
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "linematch.h.generated.h"

View File

@ -51,7 +51,7 @@
#include "nvim/os/fileio.h"
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/runtime.h"
#include "nvim/strings.h"

View File

@ -33,7 +33,7 @@
#include "nvim/mbyte.h"
#include "nvim/memline.h"
#include "nvim/memory.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"
#include "nvim/types.h"

View File

@ -24,7 +24,7 @@
#include "nvim/map.h"
#include "nvim/memline.h"
#include "nvim/memory.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"

View File

@ -13,7 +13,7 @@
#include "nvim/lua/xdiff.h"
#include "nvim/macros.h"
#include "nvim/memory.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/vim.h"
#include "xdiff/xdiff.h"

View File

@ -39,7 +39,7 @@
#include "nvim/message.h"
#include "nvim/option_defs.h"
#include "nvim/option_vars.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/regexp_defs.h"
#include "nvim/runtime.h"

View File

@ -12,7 +12,7 @@
#include "nvim/mark_defs.h" // IWYU pragma: export
#include "nvim/memory.h"
#include "nvim/os/time.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
/// Set fmark using given value
#define SET_FMARK(fmarkp_, mark_, fnum_, view_) \

View File

@ -2,7 +2,7 @@
#include "nvim/eval/typval_defs.h"
#include "nvim/os/time.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// marks: positions in a file
// (a normal mark is a lnum/col pair, the same as a file position)

View File

@ -53,7 +53,7 @@
#include "nvim/garray.h"
#include "nvim/marktree.h"
#include "nvim/memory.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// only for debug functions
#include "nvim/api/private/defs.h"
#include "nvim/api/private/helpers.h"

View File

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

View File

@ -28,7 +28,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/option_vars.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/regexp.h"
#include "nvim/strings.h"

View File

@ -62,7 +62,7 @@
#include "nvim/option_vars.h"
#include "nvim/optionstr.h"
#include "nvim/os/os.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/types.h"
#include "nvim/vim.h"

View File

@ -59,7 +59,7 @@
#include "nvim/os/input.h"
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/vim.h"
#define MEMFILE_PAGE_SIZE 4096 /// default page size

View File

@ -5,7 +5,7 @@
#include <stdlib.h>
#include "nvim/map.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
/// A block number.

View File

@ -79,7 +79,7 @@
#include "nvim/os/process.h"
#include "nvim/os/time.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/spell.h"
#include "nvim/statusline.h"
#include "nvim/strings.h"

View File

@ -2,7 +2,7 @@
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/memline_defs.h" // IWYU pragma: export
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@ -30,7 +30,7 @@
#include "nvim/message.h"
#include "nvim/option_vars.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/state.h"
#include "nvim/strings.h"
#include "nvim/types.h"

View File

@ -47,7 +47,7 @@
#include "nvim/os/input.h"
#include "nvim/os/os.h"
#include "nvim/os/time.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"
#include "nvim/strings.h"

View File

@ -34,7 +34,7 @@
#include "nvim/option_vars.h"
#include "nvim/plines.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/search.h"
#include "nvim/state.h"
#include "nvim/statusline.h"

View File

@ -39,7 +39,7 @@
#include "nvim/option_vars.h"
#include "nvim/plines.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/search.h"
#include "nvim/sign_defs.h"
#include "nvim/strings.h"

View File

@ -4,7 +4,7 @@
#include "nvim/buffer_defs.h"
#include "nvim/macros.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
// Values for find_ident_under_cursor()
#define FIND_IDENT 1 // find identifier (word)

View File

@ -12,7 +12,7 @@
#include "nvim/normal.h"
#include "nvim/option_defs.h"
#include "nvim/os/time.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
typedef int (*Indenter)(void);

View File

@ -81,7 +81,7 @@
#include "nvim/os/os.h"
#include "nvim/path.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"
#include "nvim/search.h"

View File

@ -37,7 +37,7 @@
#include "nvim/option_vars.h"
#include "nvim/optionstr.h"
#include "nvim/os/os.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/spell.h"
#include "nvim/spellfile.h"

View File

@ -36,7 +36,7 @@
#include "nvim/os/signal.h"
#include "nvim/os/time.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/rbuffer.h"
#include "nvim/strings.h"

View File

@ -21,7 +21,7 @@
#include "nvim/option.h"
#include "nvim/option_vars.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/state.h"
#include "nvim/types.h"
#include "nvim/vim.h"

View File

@ -5,7 +5,7 @@
#include "nvim/buffer_defs.h"
#include "nvim/marktree.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
/// Argument for lbr_chartabsize().
typedef struct {

View File

@ -30,7 +30,7 @@
#include "nvim/option.h"
#include "nvim/option_vars.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
#include "nvim/ui.h"
#include "nvim/ui_compositor.h"

View File

@ -26,7 +26,7 @@
#include "nvim/os/fs.h"
#include "nvim/os/os.h"
#include "nvim/os/time.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/profile.h"
#include "nvim/runtime.h"
#include "nvim/types.h"

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