comparison src/vim.h @ 22667:87987c783087 v8.2.1882

patch 8.2.1882: Vim9: v:disallow_let is no longer needed Commit: https://github.com/vim/vim/commit/c58f5456e5c5f21193e960cecc434e367ef1281e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 21 20:58:52 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Oct 2020 21:00:04 +0200
parents fba5ccf33794
children 92f221ad267c
comparison
equal deleted inserted replaced
22666:7d3426b50a43 22667:87987c783087
1992 #define VV_EVENT 91 1992 #define VV_EVENT 91
1993 #define VV_VERSIONLONG 92 1993 #define VV_VERSIONLONG 92
1994 #define VV_ECHOSPACE 93 1994 #define VV_ECHOSPACE 93
1995 #define VV_ARGV 94 1995 #define VV_ARGV 94
1996 #define VV_COLLATE 95 1996 #define VV_COLLATE 95
1997 #define VV_DISALLOW_LET 96 // TODO: remove again 1997 #define VV_LEN 96 // number of v: vars
1998 #define VV_LEN 97 // number of v: vars
1999 1998
2000 // used for v_number in VAR_BOOL and VAR_SPECIAL 1999 // used for v_number in VAR_BOOL and VAR_SPECIAL
2001 #define VVAL_FALSE 0L // VAR_BOOL 2000 #define VVAL_FALSE 0L // VAR_BOOL
2002 #define VVAL_TRUE 1L // VAR_BOOL 2001 #define VVAL_TRUE 1L // VAR_BOOL
2003 #define VVAL_NONE 2L // VAR_SPECIAL 2002 #define VVAL_NONE 2L // VAR_SPECIAL