summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-28 15:01:47 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-28 15:01:47 +0000
commitfb80862e49fcbcf47907fc8cdaaf5c41cb9eb06e (patch)
treeab1d515db9ddbdf5158117c26e7db46ae6c8a3c0 /src/version.c
parentddd815ba2a4191992d0f7d7b2902ba76a0db36ef (diff)
downloadvim-git-fb80862e49fcbcf47907fc8cdaaf5c41cb9eb06e.tar.gz
patch 8.2.4240: error for using flatten() in Vim9 script is unclearv8.2.4240
Problem: Error for using flatten() in Vim9 script is unclear. Solution: Add a remark to use flattennew().
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 3d37eec6a..fff4e6dd3 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 */
/**/
+ 4240,
+/**/
4239,
/**/
4238,