commit | fda9784dc9596e1e36f840bbf1935a4c4b502bd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 07 22:25:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 07 22:25:27 2019 +0200 |
tree | 5eb277ffffb761c3575b4c239f2d2df721c00cda | |
parent | ba9ea91beb8f687b0f61b28319c1dbdced2f46ca [diff] [blame] |
patch 8.1.1293: MSVC files are no longer useful Problem: MSVC files are no longer useful for debugging. Newer Visual Studio versions cannot read them. Solution: Delete the files. (Ken Takata, closes #4357)
diff --git a/src/version.c b/src/version.c index 5eeec1c..21292fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1293, +/**/ 1292, /**/ 1291,