mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 17:54:10 +00:00
15 lines
308 B
C
15 lines
308 B
C
#ifndef NVIM_ARGLIST_H
|
|
#define NVIM_ARGLIST_H
|
|
|
|
#include "nvim/arglist_defs.h"
|
|
#include "nvim/cmdexpand_defs.h"
|
|
#include "nvim/eval/typval_defs.h"
|
|
#include "nvim/ex_cmds_defs.h"
|
|
#include "nvim/types.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "arglist.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_ARGLIST_H
|