blob: b2e0f411d41363d3bee0cc66557e74850c0af972 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NVIM_ARGLIST_H
#define NVIM_ARGLIST_H
#include "nvim/eval/typval.h"
#include "nvim/ex_cmds_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "arglist.h.generated.h"
#endif
#endif // NVIM_ARGLIST_H
|