commit | 38623c8512ae3d1bd9556a7b99fc6f7b3a9b1cda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 10 21:24:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 10 21:24:35 2018 +0200 |
tree | 899bd10ef0270f4f2e6bee9f041658a48b2a6510 | |
parent | 7a2b0e55e9460493c4a949bda8be70950dbb8f85 [diff] [blame] |
patch 8.0.1813: Windows installer doesn't install terminal debugger Problem: Windows installer doesn't install terminal debugger. Solution: Add the package to the list of files to install.
diff --git a/src/version.c b/src/version.c index a2644f1..966463a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1813, +/**/ 1812, /**/ 1811,