commit | 6ee874d378829b62e0944063a9a029e81b5debfb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 27 19:01:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 27 19:01:31 2020 +0100 |
tree | fc64478cbda5c25c4d60f3f30802b53e1714fcef | |
parent | 3482be6a33c3a00fe1e8e604310ad3034f593045 [diff] [blame] |
patch 8.2.2059: Amiga: can't find plugins Problem: Amiga: can't find plugins. Solution: Do not use "**" in the pattern. (Ola Söder, closes #7384)
diff --git a/src/version.c b/src/version.c index 5bf2ef6..790cf5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2059, +/**/ 2058, /**/ 2057,