summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorErnie Rael <errael@raelity.com>2022-04-25 14:40:44 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-25 14:40:44 +0100
commit09661203ecefbee6a6f09438afcff1843e9dbfb4 (patch)
treee9287958ff8d1d65e4c5a66703cd9f1d16c237fb /src/testdir/Make_all.mak
parent23d5770ef5e2f5c6d20d123303b81327045e5a1e (diff)
patch 8.2.4825: can only get a list of mappingsv8.2.4825
Problem: Can only get a list of mappings. Solution: Add the optional {abbr} argument. (Ernie Rael, closes #10277) Rename to maplist(). Rename test file.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index e1a786f291..4a2ea88947 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -184,7 +184,7 @@ NEW_TESTS = \
test_lua \
test_makeencoding \
test_man \
- test_maparg \
+ test_map_functions \
test_mapping \
test_marks \
test_match \
@@ -425,7 +425,7 @@ NEW_TESTS_RES = \
test_lua.res \
test_makeencoding.res \
test_man.res \
- test_maparg.res \
+ test_map_functions.res \
test_mapping.res \
test_marks.res \
test_match.res \