aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-03 20:23:01 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-03 20:26:05 -0400
commitffef1519cadae56d67e32b0aa5b4fd36e51d3cac (patch)
tree32c693187026fbb7dacc3be73ff07cda74ca88b7
parent3a623fd5cf79738eb907586ecd5450722e495574 (diff)
downloadrneovim-ffef1519cadae56d67e32b0aa5b4fd36e51d3cac.tar.gz
rneovim-ffef1519cadae56d67e32b0aa5b4fd36e51d3cac.tar.bz2
rneovim-ffef1519cadae56d67e32b0aa5b4fd36e51d3cac.zip
vim-patch:8.2.2697: function list test fails
Problem: Function list test fails. Solution: Add missing function. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/0df603014589c663f4b49dc6fd36c3b99db1718f
-rw-r--r--runtime/doc/usr_41.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 97aacc1403..ccf47044e7 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -958,6 +958,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
Timers: *timer-functions*