summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index 7ad55aa249..9402c4ecf9 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2151,6 +2151,10 @@ typedef enum {
USEPOPUP_HIDDEN // use info popup initially hidden
} use_popup_T;
+// Flags for assignment functions.
+#define LET_IS_CONST 1 // ":const"
+#define LET_NO_COMMAND 2 // "var = expr" without ":let" or ":const"
+
#include "ex_cmds.h" // Ex command defines
#include "spell.h" // spell checking stuff