aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdexpand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/cmdexpand.h')
-rw-r--r--src/nvim/cmdexpand.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/cmdexpand.h b/src/nvim/cmdexpand.h
index f37c693a22..81e323c97b 100644
--- a/src/nvim/cmdexpand.h
+++ b/src/nvim/cmdexpand.h
@@ -1,6 +1,7 @@
#ifndef NVIM_CMDEXPAND_H
#define NVIM_CMDEXPAND_H
+#include "nvim/cmdexpand_defs.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_getln.h"
#include "nvim/garray.h"
@@ -41,9 +42,6 @@ enum {
BUF_DIFF_FILTER = 0x2000,
};
-/// Type used by ExpandGeneric()
-typedef char *(*CompleteListItemGetter)(expand_T *, int);
-
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "cmdexpand.h.generated.h"
#endif