To: vim_dev@googlegroups.com Subject: Patch 8.2.3918 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3918 (after 8.2.3916) Problem: Function list test fails. Solution: Adjust the test for the new location of the function list. Files: src/testdir/test_function_lists.vim *** ../vim-8.2.3917/src/testdir/test_function_lists.vim 2021-06-07 17:49:58.616217351 +0100 --- src/testdir/test_function_lists.vim 2021-12-27 21:40:18.603152707 +0000 *************** *** 1,7 **** " Test to verify that the three function lists, " " global_functions[] in src/evalfunc.c ! " *functions* in runtime/doc/eval.txt " *function-list* in runtime/doc/usr_41.txt " " contain the same functions and that the global_functions and ":help --- 1,7 ---- " Test to verify that the three function lists, " " global_functions[] in src/evalfunc.c ! " *functions* in runtime/doc/builtin.txt " *function-list* in runtime/doc/usr_41.txt " " contain the same functions and that the global_functions and ":help *************** *** 55,70 **** " Verify that the ":help functions" list is complete and in ASCII order. enew! ! if filereadable('../../doc/eval.txt') " unpacked MS-Windows zip archive ! read ../../doc/eval.txt else ! read ../../runtime/doc/eval.txt endif - call search('\*functions\*$') call search('^USAGE') 1,.d ! call search('\*\K\k*()\*$') .,$d v/^\S/d %s/(.*// --- 55,69 ---- " Verify that the ":help functions" list is complete and in ASCII order. enew! ! if filereadable('../../doc/builtin.txt') " unpacked MS-Windows zip archive ! read ../../doc/builtin.txt else ! read ../../runtime/doc/builtin.txt endif call search('^USAGE') 1,.d ! call search('^==========') .,$d v/^\S/d %s/(.*// *** ../vim-8.2.3917/src/version.c 2021-12-27 21:26:38.964743253 +0000 --- src/version.c 2021-12-27 21:42:35.290935298 +0000 *************** *** 751,752 **** --- 751,754 ---- { /* Add new patch number below this line */ + /**/ + 3918, /**/ -- hundred-and-one symptoms of being an internet addict: 124. You begin conversations with, "Who is your internet service provider?" /// 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 ///