diff src/version.c @ 13342:ea008de206ea v8.0.1545

patch 8.0.1545: screen dumps not included in distribution commit https://github.com/vim/vim/commit/8226ac6b5916c736dde751df9cb8d03c19cb5611 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 14:54:53 2018 +0100 patch 8.0.1545: screen dumps not included in distribution Problem: Screen dumps not included in distribution. Solution: Add dumps to the list of distributed files.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 15:00:08 +0100
parents da2a9e217200
children 68c4fc9ae216
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -779,6 +779,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1545,
+/**/
     1544,
 /**/
     1543,