changeset 14183:20dbc221dd3c v8.1.0109

patch 8.1.0109: new po makefile missing from distribution commit https://github.com/vim/vim/commit/7cb6eecd32b0b51bd0a25df968386d0b09379afa Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 15:56:24 2018 +0200 patch 8.1.0109: new po makefile missing from distribution Problem: New po makefile missing from distribution. Solution: Add it to the file list.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 16:00:08 +0200
parents 16053b48046d
children 97d8e543b550
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -907,6 +907,7 @@ LANG_SRC = \
 		src/po/check.vim \
 		src/po/cleanup.vim \
 		src/po/Makefile \
+		src/po/Make_all.mak \
 		src/po/Make_cyg.mak \
 		src/po/Make_ming.mak \
 		src/po/Make_mvc.mak \
--- 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 */
 /**/
+    109,
+/**/
     108,
 /**/
     107,