aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-07-12 14:28:58 +0200
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-12 14:28:58 +0200
commit5d53c51fae483b9a4cbb3636932f7d753d67c384 (patch)
tree87486e0f97b4252a6eb954ace05c47465daa2dfe /src/nvim/eval.c
parent77db0b2bba97603e59614bb95d6eab76e42f9288 (diff)
parenta32df5e734460dfdf9bc85aebf5252d64fcb99f5 (diff)
downloadrneovim-5d53c51fae483b9a4cbb3636932f7d753d67c384.tar.gz
rneovim-5d53c51fae483b9a4cbb3636932f7d753d67c384.tar.bz2
rneovim-5d53c51fae483b9a4cbb3636932f7d753d67c384.zip
Merge #837 'Move defines from vim.h - phase2'
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c3
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.