summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-18 14:43:43 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-18 14:43:43 +0200
commit0c35752d04f70408a3c560d5b3edbafcaddff302 (patch)
treef4db397f3be18ba9dc6082b73ed24e98affb15da /src/version.c
parentc6ba2f9dde6d01c8ab356c239c2259f7d83652a4 (diff)
patch 8.2.3176: Vim9: no type error for comparing number with stringv8.2.3176
Problem: Vim9: no type error for comparing number with string. Solution: Add a runtime type check. (closes #8571)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8b674d3773..c1a4f3f8fa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3176,
+/**/
3175,
/**/
3174,