commit | 206919191fe1881dea00d60d392cc68a07c0106f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Jan 23 12:42:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 12:42:55 2022 +0000 |
tree | 30b1f1eea770f72ba228f9bf8bcd5bb4c8aa55f2 | |
parent | d1c58999c82afbdcbbe01548c1dea06d4d086f3e [diff] [blame] |
patch 8.2.4190: all conceal tests are skipped without the screendumps feature Problem: All conceal tests are skipped without the screendumps feature. Solution: Only skip the tests that use screendumps. (closes #9599)
diff --git a/src/version.c b/src/version.c index dfbd0c6..462ba9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4190, +/**/ 4189, /**/ 4188,