diff options
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h index 0b4cbb3b4d..06b7f9e21d 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -233,6 +233,8 @@ typedef enum { kDictListItems, ///< List dictionary contents: [keys, values]. } DictListType; +typedef int (*ex_unletlock_callback)(lval_T *, char_u *, exarg_T *, int); + // Used for checking if local variables or arguments used in a lambda. extern bool *eval_lavars_used; |