mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
patch 8.2.3009: startup test may hang
Problem: Startup test may hang. Solution: Do not run the test in the GUI.
This commit is contained in:
parent
55b6b60b69
commit
b90ac5e96e
@ -1302,6 +1302,8 @@ func Test_write_in_vimrc()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_echo_true_in_cmd()
|
func Test_echo_true_in_cmd()
|
||||||
|
CheckNotGui
|
||||||
|
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
echo v:true
|
echo v:true
|
||||||
call writefile(['done'], 'Xresult')
|
call writefile(['done'], 'Xresult')
|
||||||
@ -1313,7 +1315,6 @@ func Test_echo_true_in_cmd()
|
|||||||
endif
|
endif
|
||||||
call delete('Xscript')
|
call delete('Xscript')
|
||||||
call delete('Xresult')
|
call delete('Xresult')
|
||||||
|
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" vim: shiftwidth=2 sts=2 expandtab
|
" vim: shiftwidth=2 sts=2 expandtab
|
||||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3009,
|
||||||
/**/
|
/**/
|
||||||
3008,
|
3008,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user