commit | 75542ec9f67146d075117003b92a5f86736754d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 17:07:43 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 17:07:43 2018 +0100 |
tree | 0587282a1713d7059279e709f3acb1c7ab7e8840 | |
parent | 9c474b277336235012f0c058bbaef2961d1ec83e [diff] |
patch 8.0.1548: screen dump test script not included in distribution Problem: Screen dump test script not included in distribution. Solution: Add the script to the list of distributed files.
diff --git a/src/version.c b/src/version.c index 3682a45..d6c17ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1548, +/**/ 1547, /**/ 1546,