0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

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.
This commit is contained in:
Bram Moolenaar
2019-02-09 11:13:12 +01:00
parent af630d4f7f
commit 18c5632cab
2 changed files with 7 additions and 0 deletions

View File

@@ -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 == ''

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
885,
/**/
884,
/**/