commit | 2d718267f4b7dcd65261c9f2acd59a6f6bdc8641 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 12:44:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 12:44:56 2020 +0100 |
tree | 3c6ddc1ca3ae0da51e1553983721ee30d1dbf043 | |
parent | d91467f830236ae35eb4108d329a1e26a3f1ebc6 [diff] [blame] |
patch 8.2.2025: Amiga: Not all colors are used on OS4 Problem: Amiga: Not all colors are used on OS4. Solution: Adjust the #ifdef to include __amigaos4__. (Ola Söder, closes #7328)
diff --git a/src/version.c b/src/version.c index ca29e34..d7e1fee 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2025, +/**/ 2024, /**/ 2023,