comparison src/vim.h @ 26057:92c424550367 v8.2.3562

patch 8.2.3562: cannot add color names Commit: https://github.com/vim/vim/commit/e30d10253fa634c4f60daa798d029245f4eed393 Author: Drew Vogel <dvogel@github> Date: Sun Oct 24 20:35:07 2021 +0100 patch 8.2.3562: cannot add color names Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes https://github.com/vim/vim/issues/8761)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Oct 2021 21:45:04 +0200
parents db9fdfb86679
children e38c45dbcc70
comparison
equal deleted inserted replaced
26056:977bbbf36908 26057:92c424550367
2042 #define VV_VERSIONLONG 94 2042 #define VV_VERSIONLONG 94
2043 #define VV_ECHOSPACE 95 2043 #define VV_ECHOSPACE 95
2044 #define VV_ARGV 96 2044 #define VV_ARGV 96
2045 #define VV_COLLATE 97 2045 #define VV_COLLATE 97
2046 #define VV_EXITING 98 2046 #define VV_EXITING 98
2047 #define VV_LEN 99 // number of v: vars 2047 #define VV_COLORNAMES 99
2048 #define VV_LEN 100 // number of v: vars
2048 2049
2049 // used for v_number in VAR_BOOL and VAR_SPECIAL 2050 // used for v_number in VAR_BOOL and VAR_SPECIAL
2050 #define VVAL_FALSE 0L // VAR_BOOL 2051 #define VVAL_FALSE 0L // VAR_BOOL
2051 #define VVAL_TRUE 1L // VAR_BOOL 2052 #define VVAL_TRUE 1L // VAR_BOOL
2052 #define VVAL_NONE 2L // VAR_SPECIAL 2053 #define VVAL_NONE 2L // VAR_SPECIAL