commit | bde14d8e24f6b8ca409290733dbf11cb6fee5751 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 15:22:32 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 15:22:32 2018 +0200 |
tree | 2fd8ad2b51713a104da83269d5667e5e0ccacf3e | |
parent | 907dad72ef9d29422352fb74ba156e7085a3fc71 [diff] [blame] |
patch 8.1.0175: marks test fails in very wide window Problem: Marks test fails in very wide window. (Vladimir Lomov) Solution: Extend the text to match 'columns'. (closes #3180, closes #3181)
diff --git a/src/version.c b/src/version.c index 6b422e6..58751e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 175, +/**/ 174, /**/ 173,