commit | 8c524f76ebd43f006e765534765b595de7095f12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 13:23:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 13:23:45 2020 +0200 |
tree | eefc09d8b7f869a81d560704abb2128e16b6ec2b | |
parent | 6797966dfc0219313886be55767e53d5a388b5c5 [diff] [blame] |
patch 8.2.1025: tabpage menu and tabline not sufficiently tested Problem: Tabpage menu and tabline not sufficiently tested. Solution: Add tests. (Yegappan Lakshmanan, closes #6307)
diff --git a/src/version.c b/src/version.c index 47bf03e..1a936ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1025, +/**/ 1024, /**/ 1023,