# HG changeset patch # User Christian Brabandt # Date 1530824406 -7200 # Node ID e92964e4e58e122fa759ac8a90b4d45b7ac7496c # Parent ab7f6c36c8d780f2fcae0ac183d89415bb858563 patch 8.1.0155: evim.man missing from the distribution commit https://github.com/vim/vim/commit/ae728edc93fe5a2f8c39fa75b1ae9ed71526858c Author: Bram Moolenaar Date: Thu Jul 5 22:58:17 2018 +0200 patch 8.1.0155: evim.man missing from the distribution Problem: Evim.man missing from the distribution. Solution: Add it to the list. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -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 --- 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,