commit | dba7c85b611ca3bbd054e162f55fcfc3361f0868 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 22:33:17 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 22:33:17 2019 +0100 |
tree | 229a22b999555bfa64eb06b306806198972e879d | |
parent | efcc329020ef089267f5f3994b8544eb58806311 [diff] [blame] |
patch 8.2.0065: Amiga and alikes: autoopen only used on Amiga OS4 Problem: Amiga and alikes: autoopen only used on Amiga OS4. Solution: Adjust #ifdefs. (Ola Söder, closes #5413)
diff --git a/src/version.c b/src/version.c index 99d59df..85fdf1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 65, +/**/ 64, /**/ 63,