commit | 37e66cf0f6fa482d36d67818672000fbfb37dfbb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 18:16:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 18:16:10 2019 +0200 |
tree | 2b0239f8c5e4c92fca892a76fb68eaae3341ecc6 | |
parent | e9726e31feafebf3548990b686b810900a0bff43 [diff] [blame] |
patch 8.1.1573: textprop test fails if screenhots do not work Problem: Textprop test fails if screenhots do not work. Solution: Add check for screenhots working.
diff --git a/src/version.c b/src/version.c index 62ef113..9060ceb 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1573, +/**/ 1572, /**/ 1571,