commit | 832adf9bb8cd39d8e982d8a35ed8a6d39b974494 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 19:01:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 19:01:36 2020 +0200 |
tree | 17752b28f0dde21278a324d4d1ebbe02a2379fb3 | |
parent | 7acde51832f383f9a6d2e740cd0420b433ea841a [diff] [blame] |
patch 8.2.1053: insufficient testing for 'statusline' and 'tabline' Problem: Insufficient testing for 'statusline' and 'tabline'. Solution: Add more tests. (Yegappan Lakshmanan, closes #6333)
diff --git a/src/version.c b/src/version.c index b85dc29..c1957e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1053, +/**/ 1052, /**/ 1051,