summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-21 20:58:52 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-21 20:58:52 +0200
commitc58f5456e5c5f21193e960cecc434e367ef1281e (patch)
tree11a22b0c4a38b1e5c63472d1935232eb12bffb2b /src/vim.h
parent692d1a51e74fea2db3c7e9ae7c7c6c3a1a1945ee (diff)
downloadvim-git-c58f5456e5c5f21193e960cecc434e367ef1281e.tar.gz
patch 8.2.1882: Vim9: v:disallow_let is no longer neededv8.2.1882
Problem: Vim9: v:disallow_let is no longer needed. Solution: Remove v:disallow_let.
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vim.h b/src/vim.h
index 5ae8b7931..64cf6d48d 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1994,8 +1994,7 @@ typedef int sock_T;
#define VV_ECHOSPACE 93
#define VV_ARGV 94
#define VV_COLLATE 95
-#define VV_DISALLOW_LET 96 // TODO: remove again
-#define VV_LEN 97 // number of v: vars
+#define VV_LEN 96 // number of v: vars
// used for v_number in VAR_BOOL and VAR_SPECIAL
#define VVAL_FALSE 0L // VAR_BOOL