comparison src/testdir/Make_all.mak @ 28602:398c5b3211f9 v8.2.4825

patch 8.2.4825: can only get a list of mappings Commit: https://github.com/vim/vim/commit/09661203ecefbee6a6f09438afcff1843e9dbfb4 Author: Ernie Rael <errael@raelity.com> Date: Mon Apr 25 14:40:44 2022 +0100 patch 8.2.4825: can only get a list of mappings Problem: Can only get a list of mappings. Solution: Add the optional {abbr} argument. (Ernie Rael, closes https://github.com/vim/vim/issues/10277) Rename to maplist(). Rename test file.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Apr 2022 15:45:03 +0200
parents 320991d9812e
children b1f345ec827e
comparison
equal deleted inserted replaced
28601:a4d54a260c59 28602:398c5b3211f9
182 test_listlbr \ 182 test_listlbr \
183 test_listlbr_utf8 \ 183 test_listlbr_utf8 \
184 test_lua \ 184 test_lua \
185 test_makeencoding \ 185 test_makeencoding \
186 test_man \ 186 test_man \
187 test_maparg \ 187 test_map_functions \
188 test_mapping \ 188 test_mapping \
189 test_marks \ 189 test_marks \
190 test_match \ 190 test_match \
191 test_matchadd_conceal \ 191 test_matchadd_conceal \
192 test_matchadd_conceal_utf8 \ 192 test_matchadd_conceal_utf8 \
423 test_listlbr.res \ 423 test_listlbr.res \
424 test_listlbr_utf8.res \ 424 test_listlbr_utf8.res \
425 test_lua.res \ 425 test_lua.res \
426 test_makeencoding.res \ 426 test_makeencoding.res \
427 test_man.res \ 427 test_man.res \
428 test_maparg.res \ 428 test_map_functions.res \
429 test_mapping.res \ 429 test_mapping.res \
430 test_marks.res \ 430 test_marks.res \
431 test_match.res \ 431 test_match.res \
432 test_matchadd_conceal.res \ 432 test_matchadd_conceal.res \
433 test_matchadd_conceal_utf8.res \ 433 test_matchadd_conceal_utf8.res \