To: vim_dev@googlegroups.com Subject: Patch 8.2.2697 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2697 Problem: Function list test fails. Solution: Add missing function. (Yegappan Lakshmanan) Files: runtime/doc/usr_41.txt *** ../vim-8.2.2696/runtime/doc/usr_41.txt 2021-03-14 19:01:34.492421821 +0100 --- runtime/doc/usr_41.txt 2021-04-03 14:08:42.225650912 +0200 *************** *** 1003,1008 **** --- 1003,1009 ---- assert_true() assert that an expression is true assert_exception() assert that a command throws an exception assert_beeps() assert that a command beeps + assert_nobeep() assert that a command does not cause a beep assert_fails() assert that a command fails assert_report() report a test failure test_alloc_fail() make memory allocation fail *** ../vim-8.2.2696/src/version.c 2021-04-03 14:13:29.644785091 +0200 --- src/version.c 2021-04-03 15:15:26.331644217 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2697, /**/ -- hundred-and-one symptoms of being an internet addict: 43. You tell the kids they can't use the computer because "Daddy's got work to do" and you don't even have a job. /// 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 ///