diff options
-rw-r--r-- | Filelist | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -710,6 +710,7 @@ RT_NO_UNIX = \ # runtime for Amiga (also in the extra archive) RT_AMI_DOS = \ + runtime/doc/evim.man \ runtime/doc/vim.man \ runtime/doc/vimdiff.man \ runtime/doc/vimtutor.man \ diff --git a/src/version.c b/src/version.c index 8d97843c5..2be3ae1c0 100644 --- a/src/version.c +++ b/src/version.c @@ -790,6 +790,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 155, +/**/ 154, /**/ 153, |