commit | 690a905a0199f5ff733e5a12be9ba94ae6043ef4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 02 21:45:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 02 21:45:41 2019 +0200 |
tree | 2bc8e7c6cb1c11b03f9dd2956fdf6b344594d3a9 | |
parent | fd700393becfc35b6fad305221265b87a8564ddb [diff] [blame] |
patch 8.1.1101: signals test may fail in the GUI Problem: Signals test may fail in the GUI. Solution: Skip the test for the GUI. (Yee Checng Chin, closes #4202)
diff --git a/src/version.c b/src/version.c index bb112db..fe71128 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1101, +/**/ 1100, /**/ 1099,