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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202104031317.133DHfca2516166%40masaka.moolenaar.net.