diff runtime/doc/usr_41.txt @ 24313:10c39822f496 v8.2.2697

patch 8.2.2697: function list test fails Commit: https://github.com/vim/vim/commit/0df603014589c663f4b49dc6fd36c3b99db1718f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 15:15:47 2021 +0200 patch 8.2.2697: function list test fails Problem: Function list test fails. Solution: Add missing function. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 15:30:21 +0200
parents 4ab4ef0c48b1
children 5bda4653aced
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1003,6 +1003,7 @@ Testing:				    *test-functions*
 	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