blob: 7825fcd4fb3f5ac74e95fed1b72732a40e1a63dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_EX_DOCMD_H
#define NVIM_EX_DOCMD_H
typedef char_u *(*LineGetter)(int, void *, int);
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ex_docmd.h.generated.h"
#endif
#endif // NVIM_EX_DOCMD_H
|