changeset 14278:e92964e4e58e v8.1.0155

patch 8.1.0155: evim.man missing from the distribution commit https://github.com/vim/vim/commit/ae728edc93fe5a2f8c39fa75b1ae9ed71526858c Author: Bram Moolenaar <Bram@vim.org> 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.
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Jul 2018 23:00:06 +0200
parents ab7f6c36c8d7
children 304b113a655f
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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,