commit | 081db1a66d17e46ac3b03b7514f11a004a35009a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 20:09:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 20:09:43 2020 +0200 |
tree | 4861bbd2c22bb95de40ae1c4a983c9ccf2cb61a7 | |
parent | b07a39de485db5709a6b3e2f96e66ab06dd76279 [diff] [blame] |
patch 8.2.1890: Vim9: strange error for subtracting from a list Problem: Vim9: strange error for subtracting from a list. Solution: Check getting a number, not a string. (closes #7167)
diff --git a/src/version.c b/src/version.c index 97f9cba..2340ab8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1890, +/**/ 1889, /**/ 1888,