To: vim_dev@googlegroups.com Subject: Patch 8.2.0900 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0900 Problem: Function list test fails on MS-Windows. Solution: Make sure the fileformat is "unix" Files: src/testdir/test_function_lists.vim *** ../vim-8.2.0899/src/testdir/test_function_lists.vim 2020-06-04 15:52:06.095922759 +0200 --- src/testdir/test_function_lists.vim 2020-06-04 17:17:18.121780845 +0200 *************** *** 50,56 **** %s/^ {"// %s/".*// sort u ! w! Xsorted_current_global_functions " Verify that the ":help functions" list is complete and in ASCII order. --- 50,56 ---- %s/^ {"// %s/".*// sort u ! w! ++ff=unix Xsorted_current_global_functions " Verify that the ":help functions" list is complete and in ASCII order. *************** *** 84,90 **** %s/(.*// %left sort u ! w! Xfunction-list let l:unequal = assert_equalfile("Xsorted_current_global_functions", "Xfunction-list", \ "\":help functions-list\" incomplete") if l:unequal && executable("diff") --- 84,90 ---- %s/(.*// %left sort u ! w! ++ff=unix Xfunction-list let l:unequal = assert_equalfile("Xsorted_current_global_functions", "Xfunction-list", \ "\":help functions-list\" incomplete") if l:unequal && executable("diff") *************** *** 92,98 **** endif " Clean up. - call delete("Xglobal_functions") call delete("Xsorted_global_functions") call delete("Xsorted_current_global_functions") --- 92,97 ---- *** ../vim-8.2.0899/src/version.c 2020-06-04 16:52:37.090058926 +0200 --- src/version.c 2020-06-04 17:18:08.545656038 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 900, /**/ -- "Time flies like an arrow". So I put an arrow on my desk, now awaiting one of these time flies showing up. /// 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 ///