commit | 0aed9a2e2eb93c43b21a5f781bf07c8a53dbd830 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 23:18:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 23:18:02 2017 +0200 |
tree | 390a74ffaac93b25a1ea16b017eb6d5296a060c7 | |
parent | d6a7b3e6bbb8f87507de68d86cf70eab806aab3a [diff] |
patch 8.0.0971: 'winptydll' missing from :options Problem: 'winptydll' missing from :options. Solution: Add the entry.
diff --git a/src/version.c b/src/version.c index d820595..9f9b8ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 971, +/**/ 970, /**/ 969,