Go to the source code of this file.
Data Structures | |
struct | EvalFuncDef |
Structure holding VimL function definition. More... | |
Macros | |
#define | BASE_NONE 0 |
Special flags for base_arg. More... | |
#define | BASE_LAST UINT8_MAX |
Use the last argument as the method base. More... | |
Typedefs | |
typedef void(* | FunPtr) (void) |
typedef void(* | VimLFunc) (typval_T *args, typval_T *rvar, FunPtr data) |
Prototype of C function that implements VimL function. More... | |
#define BASE_LAST UINT8_MAX |
Use the last argument as the method base.
#define BASE_NONE 0 |
Special flags for base_arg.