commit | a1353b5352f0797fc651a0dd363876f1c2fa60c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 20:09:13 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 20:09:13 2020 +0100 |
tree | 047a551126adff2930849c67c46bb53203dbd237 | |
parent | 4d7a248b644b647340ed1a25729e2ed586a54864 [diff] [blame] |
patch 8.2.0092: tags functionality insufficiently tested Problem: Tags functionality insufficiently tested. Solution: Add more tags tests. (Yegappan Lakshmanan, closes #5446)
diff --git a/src/version.c b/src/version.c index d235ae7..28590ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 92, +/**/ 91, /**/ 90,