commit | f56c95fdad5af521887f8cd7bc15729b5355231d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 19:25:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 19:25:18 2020 +0200 |
tree | a6e5d9c1387b041f82705056777ce9c86e5fd6cc | |
parent | 08815a1d0350fbcc007aea5dd1272454c03fab4f [diff] [blame] |
patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointer Problem: Empty group in 'tabline' may cause using an invalid pointer. Solution: Set the group start position. (closes #6505)
diff --git a/src/version.c b/src/version.c index 1aacd3b..528c8c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1259, +/**/ 1258, /**/ 1257,