0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.1882: Vim9: v:disallow_let is no longer needed

Problem:    Vim9: v:disallow_let is no longer needed.
Solution:   Remove v:disallow_let.
This commit is contained in:
Bram Moolenaar
2020-10-21 20:58:52 +02:00
parent 692d1a51e7
commit c58f5456e5
4 changed files with 6 additions and 14 deletions

View File

@@ -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