commit | 37df9a4401f6737d6216306ea77a7e080c942aea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 14:39:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 14:39:51 2019 +0200 |
tree | 0a13846637d5b07c19a33432b36ffb386dd6d18b | |
parent | b53fb31a1e27a806396e38592055cfb3ebf43cf9 [diff] [blame] |
patch 8.1.1526: no numerical value for the patchlevel Problem: No numerical value for the patchlevel. Solution: Add v:versionlong.
diff --git a/src/vim.h b/src/vim.h index 3b4582b..90208cd 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1960,7 +1960,8 @@ #define VV_TERMSTYLERESP 85 #define VV_TERMBLINKRESP 86 #define VV_EVENT 87 -#define VV_LEN 88 /* number of v: vars */ +#define VV_VERSIONLONG 88 +#define VV_LEN 89 // number of v: vars /* used for v_number in VAR_SPECIAL */ #define VVAL_FALSE 0L