commit | fd218c8a36e7ed33f7a205163690c5b7d2f31f8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 16:26:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 16:26:24 2022 +0000 |
tree | dafd764852a4620a875df01494dc9d3199b6da3f | |
parent | 6079da7cfb10c798535224c92db7fedd3914cb71 [diff] [blame] |
patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful Problem: Vim9: the "autoload" argument of ":vim9script" is not useful. Solution: Remove the argument. (closes #9555)
diff --git a/src/version.c b/src/version.c index 679d258..b2e7429 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4136, +/**/ 4135, /**/ 4134,