commit | 2fd4cd755c3e87e733b7363ac13e5c0fe0297a80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 03 22:30:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 03 22:30:49 2020 +0200 |
tree | 18c8c7d8cd28a768865ca7836868dbb00935204a | |
parent | 4515bcdec8f3ba54f9d671cc37b9c9b3e19ea999 [diff] [blame] |
patch 8.2.0693: closure using argument not tested Problem: Closure using argument not tested. Solution: Add a test, make it work.
diff --git a/src/version.c b/src/version.c index f87cc8b..10f4efd 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 693, +/**/ 692, /**/ 691,