mirror of
https://github.com/vim/vim.git
synced 2025-07-24 10:45:12 -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
|
||||
|
||||
func Test_echo_true_in_cmd()
|
||||
CheckNotGui
|
||||
|
||||
let lines =<< trim END
|
||||
echo v:true
|
||||
call writefile(['done'], 'Xresult')
|
||||
@ -1313,7 +1315,6 @@ func Test_echo_true_in_cmd()
|
||||
endif
|
||||
call delete('Xscript')
|
||||
call delete('Xresult')
|
||||
|
||||
endfunc
|
||||
|
||||
" vim: shiftwidth=2 sts=2 expandtab
|
||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3009,
|
||||
/**/
|
||||
3008,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user