commit | e32e516dfa46e9c5965d278f96aaf57573de8ac4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 20:21:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 20:21:29 2021 +0100 |
tree | e3603d67218152c9ad5fc8cffbd28b95d4ce1511 | |
parent | f904133e1a5ea84a124d3ece12b1f0a7392f1ca7 [diff] [blame] |
patch 8.2.2387: runtime type check does not mention argument index Problem: Runtime type check does not mention argument index. Solution: Add ct_arg_idx. (closes #7720)
diff --git a/src/version.c b/src/version.c index a739270..c911ed4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2387, +/**/ 2386, /**/ 2385,