]> granicus.if.org Git - vim/commitdiff
patch 8.2.2697: function list test fails v8.2.2697
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 13:15:47 +0000 (15:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 13:15:47 +0000 (15:15 +0200)
Problem:    Function list test fails.
Solution:   Add missing function. (Yegappan Lakshmanan)

runtime/doc/usr_41.txt
src/version.c

index 891719ab772b843292a5fc68975892b7710581d2..f0e1ee5c145203df5fd5c52265401abb0e8bdaaa 100644 (file)
@@ -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
index 72fd1890012d17a9e2acc6d1ecf030df5dd5ca11..4749ca98148cad400492bbf37bd61381182109c0 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2697,
 /**/
     2696,
 /**/