commit | 0ff5dedf0f69e56320199db7a2aad46be2a1f9b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 07 18:43:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 07 18:43:44 2020 +0200 |
tree | 6a951b52ece06eb18f388280df207d64cbd21f34 | |
parent | b2d0e51366dea6843f991f31a457f5456d162678 [diff] [blame] |
patch 8.2.0712: various code not fully tested Problem: Various code not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6049)
diff --git a/src/version.c b/src/version.c index d63cc8b..f9ce53b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 712, +/**/ 711, /**/ 710,