diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-04-09 22:12:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-04-09 22:12:44 +0200 |
commit | 1088b69451c739c698cf4c2003c2b994458ad18b (patch) | |
tree | fb73f56746f67cdb10a6871a11b4c0dd2f9a633a /src/version.c | |
parent | 2a38908b05c1d3973a8edbeb5b3e05a11332faf0 (diff) | |
download | vim-git-8.2.2741.tar.gz |
patch 8.2.2741: Vim9: Partial call does not check right argumentsv8.2.2741
Problem: Vim9: Partial call does not check right arguments.
Solution: Adjust the offset for whether the partial is before or after the
arguments. (closes #8091)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 74a0ae6e7..64c5af40b 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2741, +/**/ 2740, /**/ 2739, |