commit | 6e587dcbf319ea898ef50f7e367c46586a6f408a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 06 13:15:52 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 06 13:15:52 2020 +0100 |
tree | 9c07adda090aff92a48af150e9a512f10d3616de | |
parent | 1af5ce01c333ed8be57f15dd7ba7846ac4760810 [diff] [blame] |
patch 8.2.0221: no test for Vim9 += and ..= Problem: No test for Vim9 += and ..=. Solution: Add tests.
diff --git a/src/version.c b/src/version.c index 74f38b1..f302040 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 221, +/**/ 220, /**/ 219,