Patch 8.2.3009 (after 8.2.3006)
Problem:    Startup test may hang.
Solution:   Do not run the test in the GUI.
Files:      src/testdir/test_startup.vim


*** ../vim-8.2.3008/src/testdir/test_startup.vim        2021-06-15 
23:05:55.558226225 +0200
--- src/testdir/test_startup.vim        2021-06-16 10:57:29.955386147 +0200
***************
*** 1302,1307 ****
--- 1302,1309 ----
  endfunc
  
  func Test_echo_true_in_cmd()
+   CheckNotGui
+ 
    let lines =<< trim END
        echo v:true
        call writefile(['done'], 'Xresult')
***************
*** 1313,1319 ****
    endif
    call delete('Xscript')
    call delete('Xresult')
- 
  endfunc
  
  " vim: shiftwidth=2 sts=2 expandtab
--- 1315,1320 ----
*** ../vim-8.2.3008/src/version.c       2021-06-15 23:05:55.558226225 +0200
--- src/version.c       2021-06-16 10:57:58.195296699 +0200
***************
*** 752,753 ****
--- 752,755 ----
  {   /* Add new patch number below this line */
+ /**/
+     3009,
  /**/

-- 
Engineers are widely recognized as superior marriage material: intelligent,
dependable, employed, honest, and handy around the house.
                                (Scott Adams - The Dilbert principle)

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202106160900.15G90Zlr1321362%40masaka.moolenaar.net.

Reply via email to