diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-04 15:52:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-04 15:52:25 +0200 |
commit | 6b0e528368415476bfc3a8414c9c70f9852b1517 (patch) | |
tree | f7394b8e9044469b04272dbd2ba4b8fcb4b73f22 /src/testdir/Make_all.mak | |
parent | ebacddbc16b2d76bf5dad636d7ee5c529f0e8753 (diff) | |
download | vim-git-6b0e528368415476bfc3a8414c9c70f9852b1517.tar.gz |
patch 8.2.0898: missing help for a function goes unnoticedv8.2.0898
Problem: Missing help for a function goes unnoticed.
Solution: Add a test. (Gary Johnson)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 7fad24b78..6b151d07c 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -139,6 +139,7 @@ NEW_TESTS = \ test_fnamemodify \ test_fold \ test_functions \ + test_function_lists \ test_ga \ test_getcwd \ test_getvar \ @@ -374,6 +375,7 @@ NEW_TESTS_RES = \ test_fnameescape.res \ test_fold.res \ test_functions.res \ + test_function_lists.res \ test_getcwd.res \ test_getvar.res \ test_gf.res \ |