diff options
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 8db50d6517..5216c7fb28 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -88,6 +88,9 @@ #define DO_NOT_FREE_CNT 99999 /* refcount for dict or list that should not be freed. */ +#define AUTOLOAD_CHAR '#' /* Character used as separator in autoload + function/variable names. */ + /* * In a hashtab item "hi_key" points to "di_key" in a dictitem. * This avoids adding a pointer to the hashtab item. |