aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/match.c')
-rw-r--r--src/nvim/match.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/match.c b/src/nvim/match.c
index 291f7ab696..f085d7cdb4 100644
--- a/src/nvim/match.c
+++ b/src/nvim/match.c
@@ -7,7 +7,9 @@
#include "nvim/buffer_defs.h"
#include "nvim/charset.h"
+#include "nvim/eval.h"
#include "nvim/eval/funcs.h"
+#include "nvim/ex_docmd.h"
#include "nvim/fold.h"
#include "nvim/highlight_group.h"
#include "nvim/match.h"
@@ -16,6 +18,7 @@
#include "nvim/regexp.h"
#include "nvim/runtime.h"
#include "nvim/screen.h"
+#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "match.c.generated.h"