To: vim_dev@googlegroups.com Subject: Patch 8.0.0141 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.0141 (after 8.0.0137) Problem: Nested function test fails on AppVeyor. Solution: Disable the test on Windows for now. Files: src/testdir/test_nested_function.vim *** ../vim-8.0.0140/src/testdir/test_nested_function.vim 2017-01-02 15:26:24.166610927 +0100 --- src/testdir/test_nested_function.vim 2017-01-02 18:31:19.288512190 +0100 *************** *** 48,53 **** --- 48,57 ---- endfunc func Test_max_nesting() + " TODO: why does this fail on Windows? Runs out of stack perhaps? + if has('win32') + return + endif let call_depth_here = 2 let ex_depth_here = 5 set mfd& *** ../vim-8.0.0140/src/version.c 2017-01-02 17:31:20.610046069 +0100 --- src/version.c 2017-01-02 18:31:04.472616841 +0100 *************** *** 766,767 **** --- 766,769 ---- { /* Add new patch number below this line */ + /**/ + 141, /**/ -- If Microsoft would build a car... ... Occasionally your car would die on the freeway for no reason. You would have to pull over to the side of the road, close all of the car windows, shut it off, restart it, and reopen the windows before you could continue. For some reason you would simply accept this. /// 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 ///