comparison src/testdir/Make_all.mak @ 20766:821925509d8c v8.2.0935

patch 8.2.0935: flattening a list with existing code is slow Commit: https://github.com/vim/vim/commit/077a1e670ad69ef4cefc22103ca6635bd269e764 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 8 20:50:43 2020 +0200 patch 8.2.0935: flattening a list with existing code is slow Problem: Flattening a list with existing code is slow. Solution: Add flatten(). (Mopp, closes https://github.com/vim/vim/issues/3676)
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Jun 2020 21:00:04 +0200
parents cea8ae407452
children 045442aa392b
comparison
equal deleted inserted replaced
20765:ca776ec54a6c 20766:821925509d8c
133 test_filter_cmd \ 133 test_filter_cmd \
134 test_filter_map \ 134 test_filter_map \
135 test_find_complete \ 135 test_find_complete \
136 test_findfile \ 136 test_findfile \
137 test_fixeol \ 137 test_fixeol \
138 test_flatten \
138 test_float_func \ 139 test_float_func \
139 test_fnameescape \ 140 test_fnameescape \
140 test_fnamemodify \ 141 test_fnamemodify \
141 test_fold \ 142 test_fold \
142 test_functions \ 143 test_functions \
371 test_filter_cmd.res \ 372 test_filter_cmd.res \
372 test_filter_map.res \ 373 test_filter_map.res \
373 test_find_complete.res \ 374 test_find_complete.res \
374 test_findfile.res \ 375 test_findfile.res \
375 test_fixeol.res \ 376 test_fixeol.res \
377 test_flatten.res \
376 test_float_func.res \ 378 test_float_func.res \
377 test_fnameescape.res \ 379 test_fnameescape.res \
378 test_fold.res \ 380 test_fold.res \
379 test_functions.res \ 381 test_functions.res \
380 test_function_lists.res \ 382 test_function_lists.res \