commit | 971caf53b81b7d1b6fb0bdf32990632975d54631 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 21 22:21:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 21 22:21:42 2020 +0200 |
tree | f1a59a5f0bffe0d60e8a49619ec1cb68e1a3c23b | |
parent | 280227270c1c54794a6d88a305fac56d4b0c92a5 [diff] [blame] |
patch 8.2.1724: Vim9: assignment tests spread out Problem: Vim9: assignment tests spread out. Solution: Create new test file for assignment tests.
diff --git a/src/version.c b/src/version.c index b6cb477..5f1767b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1724, +/**/ 1723, /**/ 1722,