commit | 5a6698169d10833abad88c98e5a332ddde5d110d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 11 21:45:00 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 11 21:45:00 2019 +0100 |
tree | 510105e0ac70e0ae9d64c59bfa8d6a50e381d9c8 | |
parent | ec0f50a35e207e01ff54cef954313030e3ab42a6 [diff] [blame] |
patch 8.1.0896: tests for restricted mode no run for MS-Windows GUI Problem: Tests for restricted mode no run for MS-Windows GUI. Solution: Make tests also work in MS-Windows GUI.
diff --git a/src/version.c b/src/version.c index 33353ba..6e3c6f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 896, +/**/ 895, /**/ 894,