diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-03 20:23:01 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-03 20:26:05 -0400 |
commit | ffef1519cadae56d67e32b0aa5b4fd36e51d3cac (patch) | |
tree | 32c693187026fbb7dacc3be73ff07cda74ca88b7 | |
parent | 3a623fd5cf79738eb907586ecd5450722e495574 (diff) | |
download | rneovim-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.txt | 1 |
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* |