mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
12 lines
220 B
C
12 lines
220 B
C
#ifndef NVIM_ARGLIST_H
|
|
#define NVIM_ARGLIST_H
|
|
|
|
#include "nvim/eval/typval_defs.h"
|
|
#include "nvim/ex_cmds_defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "arglist.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_ARGLIST_H
|