commit | 8133cc6bf454eb90bb0868f7cf806fce5c0c9fe6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 26 21:05:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 26 21:05:27 2020 +0100 |
tree | bfb32937e3b811412be16b24058e03840e94cc78 | |
parent | c8970b94645d0730f4a7cc42388ff32665398e8b [diff] [blame] |
patch 8.2.1909: number of status line items is limited to 80 Problem: Number of status line items is limited to 80. Solution: Dynamically allocate the arrays. (Rom Grk, closes #7181)
diff --git a/src/version.c b/src/version.c index 91736ec..ac8155a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1909, +/**/ 1908, /**/ 1907,