changeset 15756:e43f30c5bad8 v8.1.0885

patch 8.1.0885: test for restricted hangs on MS-Windows GUI commit https://github.com/vim/vim/commit/18c5632cab09e5e51320f55005f310920648f35b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 9 11:13:12 2019 +0100 patch 8.1.0885: test for restricted hangs on MS-Windows GUI Problem: Test for restricted hangs on MS-Windows GUI. Solution: Skip the test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Feb 2019 11:15:12 +0100
parents ccee2fc5f05d
children 9c8c31c75022
files src/testdir/test_restricted.vim src/version.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_restricted.vim
+++ b/src/testdir/test_restricted.vim
@@ -2,6 +2,11 @@
 
 source shared.vim
 
+if has('win32') && has('gui')
+  " Win32 GUI shows a dialog instead of displaying the error in the last line.
+  finish
+endif
+
 func Test_restricted()
   let cmd = GetVimCommand('Xrestricted')
   if cmd == ''
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    885,
+/**/
     884,
 /**/
     883,