To: vim_dev@googlegroups.com Subject: Patch 9.0.1087 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1087 Problem: Autocommand test sometimes fails. Solution: Add a short delay. (James McCoy, closes #11737) Files: src/testdir/test_autocmd.vim *** ../vim-9.0.1086/src/testdir/test_autocmd.vim 2022-12-16 16:41:19.208714806 +0000 --- src/testdir/test_autocmd.vim 2022-12-22 18:25:24.360642532 +0000 *************** *** 2393,2398 **** --- 2393,2399 ---- call term_sendkeys(buf, ":autocmd User\") call TermWait(buf, 50) call term_sendkeys(buf, "G") + call TermWait(buf, 50) call StopVimInTerminal(buf) endfunc *** ../vim-9.0.1086/src/version.c 2022-12-22 13:44:15.823672301 +0000 --- src/version.c 2022-12-22 18:28:44.133107606 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1087, /**/ -- BLACK KNIGHT: I move for no man. ARTHUR: So be it! [hah] [parry thrust] [ARTHUR chops the BLACK KNIGHT's left arm off] ARTHUR: Now stand aside, worthy adversary. BLACK KNIGHT: 'Tis but a scratch. The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- Bram@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 ///