vim-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.
18c5632cab
This commit is contained in:
Jan Edmund Lazo 2020-02-24 20:59:56 -05:00
parent d846f47cc8
commit 2a818f8901
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 5 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 == ''