commit | 949b35d83b69a7eab7b280b5af6940da9aedad43 | [log] [tgz] |
---|---|---|
author | ola.soder@axis.com <ola.soder@axis.com> | Thu Feb 10 20:21:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 10 20:21:04 2022 +0000 |
tree | 34325547a4b0503d0e1e7fe991df54d0602e37e2 | |
parent | 560dff49c0095111fc96b4b8dd7f4d269aba9473 [diff] [blame] |
patch 8.2.4340: Amiga: mch_can_exe() is not implemented Problem: Amiga: mch_can_exe() is not implemented. Solution: Implement mch_can_exe() for Amiga OS 4. (Ola Söder, closes #9731)
diff --git a/src/version.c b/src/version.c index 6b6d3cc..42e6a4c 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4340, +/**/ 4339, /**/ 4338,