Patch 8.2.0900

8 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 4, 2020, 11:20:37 AM6/4/20
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages