comparison 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
comparison
equal deleted inserted replaced
24312:7482f98856ae 24313:10c39822f496
1001 assert_notmatch() assert that a pattern does not match the value 1001 assert_notmatch() assert that a pattern does not match the value
1002 assert_false() assert that an expression is false 1002 assert_false() assert that an expression is false
1003 assert_true() assert that an expression is true 1003 assert_true() assert that an expression is true
1004 assert_exception() assert that a command throws an exception 1004 assert_exception() assert that a command throws an exception
1005 assert_beeps() assert that a command beeps 1005 assert_beeps() assert that a command beeps
1006 assert_nobeep() assert that a command does not cause a beep
1006 assert_fails() assert that a command fails 1007 assert_fails() assert that a command fails
1007 assert_report() report a test failure 1008 assert_report() report a test failure
1008 test_alloc_fail() make memory allocation fail 1009 test_alloc_fail() make memory allocation fail
1009 test_autochdir() enable 'autochdir' during startup 1010 test_autochdir() enable 'autochdir' during startup
1010 test_override() test with Vim internal overrides 1011 test_override() test with Vim internal overrides