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

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