refactor: fix runtime_defs.h (#26259)

This commit is contained in:
zeertzjq
2023-11-28 07:47:36 +08:00
committed by GitHub
parent 6c14ae6bfa
commit 718053b7a9
59 changed files with 299 additions and 335 deletions

View File

@@ -1,9 +1,9 @@
#pragma once
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/pos_defs.h"
#include "nvim/pos_defs.h" // IWYU pragma: keep
#include "nvim/regexp_defs.h" // IWYU pragma: export
#include "nvim/types_defs.h"
#include "nvim/types_defs.h" // IWYU pragma: keep
// Second argument for vim_regcomp().
#define RE_MAGIC 1 ///< 'magic' option