commit | a9528b39a666dbaa026320f73bae4b1628a7fe51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 20:51:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 20:51:35 2022 +0000 |
tree | 21446ca5d8a32259cbe8c6656175791ccac03b83 | |
parent | 94075b2b0e8e3b75334799d2c082497fbf85ffa1 [diff] [blame] |
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".
diff --git a/src/version.c b/src/version.c index 07d5b81..670f750 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4140, +/**/ 4139, /**/ 4138,