summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-05 21:47:06 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-05 21:47:06 +0100
commit08cf0c0d82c7edfcbfe60db34f92759b7fee939a (patch)
treedb1f5d136ccfbe061ce71fdb6251b5765218230c /src/version.c
parent56602ba153af7130b76daf83933922aaea3e2646 (diff)
downloadvim-git-08cf0c0d82c7edfcbfe60db34f92759b7fee939a.tar.gz
patch 8.2.2098: Vim9: function argument of sort() and map() not testedv8.2.2098
Problem: Vim9: function argument of sort() and map() not tested. Solution: Add a couple of tests.
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 95f3f62e7..a24a261fd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2098,
+/**/
2097,
/**/
2096,