diff options
author | ola.soder@axis.com <ola.soder@axis.com> | 2022-02-10 20:21:04 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-10 20:21:04 +0000 |
commit | 949b35d83b69a7eab7b280b5af6940da9aedad43 (patch) | |
tree | 34325547a4b0503d0e1e7fe991df54d0602e37e2 /src/version.c | |
parent | 560dff49c0095111fc96b4b8dd7f4d269aba9473 (diff) | |
download | vim-git-8.2.4340.tar.gz |
patch 8.2.4340: Amiga: mch_can_exe() is not implementedv8.2.4340
Problem: Amiga: mch_can_exe() is not implemented.
Solution: Implement mch_can_exe() for Amiga OS 4. (Ola Söder, closes #9731)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 6b6d3cc20..42e6a4ca1 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4340, +/**/ 4339, /**/ 4338, |