Files
neovim/src/nvim/arglist.h

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