aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-03 21:09:26 -0400
committerGitHub <noreply@github.com>2021-04-03 21:09:26 -0400
commit0dfb4e2765c833557eb78ebee029e9b6a8c8bd26 (patch)
treed4f586c6a1ac804856a367b58f0c05c7dbf0c04f /runtime
parent804ea22944146a6607859dbfcf35d24946b065e2 (diff)
parent53cceda52da3f640f883479693267b45c9237107 (diff)
downloadrneovim-0dfb4e2765c833557eb78ebee029e9b6a8c8bd26.tar.gz
rneovim-0dfb4e2765c833557eb78ebee029e9b6a8c8bd26.tar.bz2
rneovim-0dfb4e2765c833557eb78ebee029e9b6a8c8bd26.zip
Merge pull request #14282 from janlazo/vim-8.2.2695
vim-patch:8.2.{2695,2697,2700,2701,2702}
Diffstat (limited to 'runtime')
-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*