commit | 300af82eca3dd5fec6be5516f16c9fd344ae104b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 06 20:28:10 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 06 20:28:10 2017 +0100 |
tree | 50bbe1858d72bbb771a539dd5c2a3f1cf7928c54 | |
parent | a6c07603ca2fa98a4184f5fd5ab021adcf5156b2 [diff] [blame] |
patch 8.0.0426: insufficient testing for statusline Problem: Insufficient testing for statusline. Solution: Add several tests. (Dominique Pelle, closes #1534)
diff --git a/src/version.c b/src/version.c index b5af6be..5aea071 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 426, +/**/ 425, /**/ 424,