To: vim_dev@googlegroups.com Subject: Patch 8.2.2359 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2359 Problem: Strange test failure with MS-Windows. Solution: Skip the system() call for now. Files: src/testdir/test_autocmd.vim *** ../vim-8.2.2358/src/testdir/test_autocmd.vim 2021-01-15 16:45:18.140326666 +0100 --- src/testdir/test_autocmd.vim 2021-01-16 13:11:24.230772601 +0100 *************** *** 503,508 **** --- 503,516 ---- " Using :blast and :ball for many events caused a crash, because b_nwindows was " not incremented correctly. func Test_autocmd_blast_badd() + " The system() here causes SetChangeMarks() to fail, when run in the GUI + " under Windows. No idea why. Happens with any external command, not + " related to the actual test. + " TODO: find the cause + if has('win32') + throw 'Skipped: calling system() causes problems' + endif + let content =<< trim [CODE] au BufNew,BufAdd,BufWinEnter,BufEnter,BufLeave,BufWinLeave,BufUnload,VimEnter foo* blast edit foo1 *** ../vim-8.2.2358/src/version.c 2021-01-16 11:21:37.387048645 +0100 --- src/version.c 2021-01-16 13:05:59.031626480 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2359, /**/ -- hundred-and-one symptoms of being an internet addict: 161. You get up before the sun rises to check your e-mail, and you find yourself in the very same chair long after the sun has set. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///