]> granicus.if.org Git - vim/commit
patch 8.2.4140: maparg() does not indicate the type of script v8.2.4140
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 20:51:35 +0000 (20:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 20:51:35 +0000 (20:51 +0000)
commita9528b39a666dbaa026320f73bae4b1628a7fe51
tree21446ca5d8a32259cbe8c6656175791ccac03b83
parent94075b2b0e8e3b75334799d2c082497fbf85ffa1
patch 8.2.4140: maparg() does not indicate the type of script

Problem:    maparg() does not indicate the type of script where it was defined.
Solution:   Add "scriptversion".
runtime/doc/builtin.txt
src/map.c
src/testdir/test_maparg.vim
src/version.c