mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
Implement API function to call functions #2979
Remove static modifier from func_call Move MAX_FUNC_ARGS definnition from eval.c to eval.h
This commit is contained in:

committed by
Björn Linse

parent
fb0ebb2a3a
commit
fcb79ffc40
@@ -68,6 +68,9 @@ enum {
|
||||
VV_LEN, /* number of v: vars */
|
||||
};
|
||||
|
||||
/// Maximum number of function arguments
|
||||
#define MAX_FUNC_ARGS 20
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "eval.h.generated.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user