blob: efc9018dd37e7829f1adfff67454f33d75629ebe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NVIM_EX_CMDS2_H
#define NVIM_EX_CMDS2_H
#include "nvim/ex_docmd.h"
typedef void (*DoInRuntimepathCB)(char_u *, void *);
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ex_cmds2.h.generated.h"
#endif
#endif // NVIM_EX_CMDS2_H
|