commit | 0331faf71200a274377e1569fcda4f00c9cf3e2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 18:40:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 18:40:37 2019 +0200 |
tree | 2edf3171c224b62738e75352fe430b85733b664b | |
parent | 45aa07d3c126e887c614f8a4ebdb88aed673a9f1 [diff] [blame] |
patch 8.1.1546: in some tests 'tags' is set but not restored Problem: In some tests 'tags' is set but not restored. (Daniel Hahler) Solution: Restore 'tags'. (closes #4535)
diff --git a/src/version.c b/src/version.c index 51101f8..675beb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1546, +/**/ 1545, /**/ 1544,