commit | 51e7e78de7320a734ddc2d7931e767bccaf7e6f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 17:46:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 17:46:52 2021 +0200 |
tree | 0b3cfa46020544f0a1b9eaeac464c518cfa42b61 | |
parent | 962c43bf0d6a33b905f2acd920d3701476ebb5c9 [diff] [blame] |
patch 8.2.2745: Vim9: missing part of the argument change Problem: Vim9: missing part of the argument change. Solution: Add missing changes.
diff --git a/src/version.c b/src/version.c index d5a9dc7..346b5d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2745, +/**/ 2744, /**/ 2743,