commit | 3d9207ad2fc98b4f92f77b5a3d52a3a4d25b9561 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 22:58:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 22:58:35 2020 +0200 |
tree | 7a8ba43b51d0557ed95cb32c0e071dd4a457e8ec | |
parent | 856c1110c1cf0d6e44e387b70732ca4b4c8ef0f2 [diff] [blame] |
patch 8.2.0998: not all tag code is tested Problem: Not all tag code is tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes #6284)
diff --git a/src/version.c b/src/version.c index 25ada8c..6ea3ce0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 998, +/**/ 997, /**/ 996,