commit | 0b5dc644465c549ac54fe3c4ad232dd692000d26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 11 22:56:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 11 22:56:15 2019 +0200 |
tree | 9bcd858667e7470d523d83c9a4aec8690c7427d6 | |
parent | 08cc374dabd2a02785129fa1c0100f7745c244ad [diff] [blame] |
patch 8.1.1839: insufficient info when test fails because of screen size Problem: Insufficient info when test fails because of screen size. Solution: Report the detected screen size.
diff --git a/src/version.c b/src/version.c index fbc1db9..aa44fb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1839, +/**/ 1838, /**/ 1837,