]> granicus.if.org Git - vim/commit
patch 8.2.4825: can only get a list of mappings v8.2.4825
authorErnie Rael <errael@raelity.com>
Mon, 25 Apr 2022 13:40:44 +0000 (14:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Apr 2022 13:40:44 +0000 (14:40 +0100)
commit09661203ecefbee6a6f09438afcff1843e9dbfb4
treee9287958ff8d1d65e4c5a66703cd9f1d16c237fb
parent23d5770ef5e2f5c6d20d123303b81327045e5a1e
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 #10277)
            Rename to maplist().  Rename test file.
runtime/doc/builtin.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/map.c
src/proto/map.pro
src/testdir/Make_all.mak
src/testdir/test_map_functions.vim [moved from src/testdir/test_maparg.vim with 90% similarity]
src/version.c