commit | b420ac9d20d484ba0ebf3e328069251a63f96996 | [log] [tgz] |
---|---|---|
author | ola.soder@axis.com <ola.soder@axis.com> | Thu Jun 24 21:43:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 24 21:43:31 2021 +0200 |
tree | a8135bab0a8f898ee165ab857c551e5b463c3ebc | |
parent | 98703d7f6c9a0ef9e54cb291a92342b9f96db732 [diff] [blame] |
patch 8.2.3046: Amiga MorphOS: Term mode is set using DOS packets Problem: Amiga MorphOS: Term mode is set using DOS packets. Solution: Use the same way of setting term mdoe on all next gen Amiga-like systems. (Ola Söder, closes #8445)
diff --git a/src/version.c b/src/version.c index d0e9da6..1ecb567 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3046, +/**/ 3045, /**/ 3044,