From: Bram Moolenaar Date: Thu, 5 Jul 2018 20:58:17 +0000 (+0200) Subject: patch 8.1.0155: evim.man missing from the distribution X-Git-Tag: v8.1.0155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae728edc93fe5a2f8c39fa75b1ae9ed71526858c;p=vim 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 index 5695a3860..e38760991 100644 --- 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 index 8d97843c5..2be3ae1c0 100644 --- a/src/version.c +++ b/src/version.c @@ -789,6 +789,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 155, /**/ 154, /**/