comparison src/testdir/Make_all.mak @ 20689:b005de48b374 v8.2.0898

patch 8.2.0898: missing help for a function goes unnoticed Commit: https://github.com/vim/vim/commit/6b0e528368415476bfc3a8414c9c70f9852b1517 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 4 15:52:25 2020 +0200 patch 8.2.0898: missing help for a function goes unnoticed Problem: Missing help for a function goes unnoticed. Solution: Add a test. (Gary Johnson)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 16:00:04 +0200
parents 3a94b984c9f9
children cea8ae407452
comparison
equal deleted inserted replaced
20688:4532df355481 20689:b005de48b374
137 test_float_func \ 137 test_float_func \
138 test_fnameescape \ 138 test_fnameescape \
139 test_fnamemodify \ 139 test_fnamemodify \
140 test_fold \ 140 test_fold \
141 test_functions \ 141 test_functions \
142 test_function_lists \
142 test_ga \ 143 test_ga \
143 test_getcwd \ 144 test_getcwd \
144 test_getvar \ 145 test_getvar \
145 test_gf \ 146 test_gf \
146 test_glob2regpat \ 147 test_glob2regpat \
372 test_fixeol.res \ 373 test_fixeol.res \
373 test_float_func.res \ 374 test_float_func.res \
374 test_fnameescape.res \ 375 test_fnameescape.res \
375 test_fold.res \ 376 test_fold.res \
376 test_functions.res \ 377 test_functions.res \
378 test_function_lists.res \
377 test_getcwd.res \ 379 test_getcwd.res \
378 test_getvar.res \ 380 test_getvar.res \
379 test_gf.res \ 381 test_gf.res \
380 test_gn.res \ 382 test_gn.res \
381 test_goto.res \ 383 test_goto.res \