summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-03 22:30:49 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-03 22:30:49 +0200
commit2fd4cd755c3e87e733b7363ac13e5c0fe0297a80 (patch)
tree18c8c7d8cd28a768865ca7836868dbb00935204a /src/version.c
parent4515bcdec8f3ba54f9d671cc37b9c9b3e19ea999 (diff)
patch 8.2.0693: closure using argument not testedv8.2.0693
Problem: Closure using argument not tested. Solution: Add a test, make it work.
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 f87cc8bda6..10f4efdf3f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 693,
+/**/
692,
/**/
691,