To: vim_dev@googlegroups.com Subject: Patch 8.2.2958 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2958 (after 8.2.2957) Problem: Function list test fails. Solution: Add newly added function to the list. Fix typo. Files: runtime/doc/usr_41.txt, src/testdir/test_function_lists.vim *** ../vim-8.2.2957/runtime/doc/usr_41.txt 2021-04-03 15:15:43.867614331 +0200 --- runtime/doc/usr_41.txt 2021-06-07 18:49:05.512383512 +0200 *************** *** 944,949 **** --- 952,958 ---- browsedir() put up a directory requester confirm() let the user make a choice getchar() get a character from the user + getcharstr() get a character from the user as a string getcharmod() get modifiers for the last typed character getmousepos() get last known mouse position echoraw() output characters as-is *** ../vim-8.2.2957/src/testdir/test_function_lists.vim 2021-05-02 19:14:55.466643569 +0200 --- src/testdir/test_function_lists.vim 2021-06-07 18:47:53.052614888 +0200 *************** *** 96,102 **** 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") call system("diff -u Xsorted_current_global_functions Xfunction-list > Xfunction-list.diff") endif --- 96,102 ---- sort u w! ++ff=unix Xfunction-list let l:unequal = assert_equalfile("Xsorted_current_global_functions", "Xfunction-list", ! \ "\":help function-list\" incomplete") if l:unequal && executable("diff") call system("diff -u Xsorted_current_global_functions Xfunction-list > Xfunction-list.diff") endif *** ../vim-8.2.2957/src/version.c 2021-06-07 18:27:35.900235056 +0200 --- src/version.c 2021-06-07 18:49:37.328283622 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2958, /**/ -- I am always surprised in the Linux world how quickly solutions can be obtained. (Imagine sending an email to Bill Gates, asking why Windows crashed, and how to fix it... and then getting an answer that fixed the problem... <0>_<0> !) -- Mark Langdon /// 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 ///