Files
neovim/src/nvim/arglist.h
zeertzjq 5e98a41872 vim-patch:8.1.1869: code for the argument list is spread out (#19791)
Problem:    Code for the argument list is spread out.
Solution:   Put argument list code in arglist.c. (Yegappan Lakshmanan,
            closes vim/vim#4819)
4ad62155a1
2022-08-16 14:16:03 +08:00

12 lines
215 B
C

#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