commit | 8226ac6b5916c736dde751df9cb8d03c19cb5611 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 14:54:53 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 14:54:53 2018 +0100 |
tree | 024f7d64e2955115a59c904a9491a12b7fa3f3bb | |
parent | 22f1d0e35eb0e503c2dc7813a973c7e6ca1b7dde [diff] |
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.
diff --git a/src/version.c b/src/version.c index 07fc3d6..8f46214 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1545, +/**/ 1544, /**/ 1543,