To: vim_dev@googlegroups.com Subject: Patch 9.0.0790 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0790 (after 9.0.0789) Problem: Test for dummy buffer does not always produce the E86 error. Solution: Do not check if the error is produced. Files: src/testdir/test_autocmd.vim *** ../vim-9.0.0789/src/testdir/test_autocmd.vim 2022-10-18 17:05:49.656657076 +0100 --- src/testdir/test_autocmd.vim 2022-10-18 17:23:04.814090268 +0100 *************** *** 3868,3874 **** lex 'Xtestfile2:4:4' endfunc call Xautocmd_changelist() ! call assert_fails('call Xautocmd_changelist()', 'E86:') au! BufReadPre au! FileChangedShell --- 3868,3875 ---- lex 'Xtestfile2:4:4' endfunc call Xautocmd_changelist() ! " Should get E86, but it doesn't always happen (timing?) ! silent! call Xautocmd_changelist() au! BufReadPre au! FileChangedShell *** ../vim-9.0.0789/src/version.c 2022-10-18 17:05:49.656657076 +0100 --- src/version.c 2022-10-18 17:24:43.798243026 +0100 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 790, /**/ -- ARTHUR: If you do not open these doors, we will take this castle by force ... [A bucket of slops land on ARTHUR. He tries to retain his dignity.] "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///