summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-19 23:18:02 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-19 23:18:02 +0200
commit0aed9a2e2eb93c43b21a5f781bf07c8a53dbd830 (patch)
tree390a74ffaac93b25a1ea16b017eb6d5296a060c7 /src
parentd6a7b3e6bbb8f87507de68d86cf70eab806aab3a (diff)
downloadvim-git-0aed9a2e2eb93c43b21a5f781bf07c8a53dbd830.tar.gz
patch 8.0.0971: 'winptydll' missing from :optionsv8.0.0971
Problem: 'winptydll' missing from :options. Solution: Add the entry.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d820595b5..9f9b8ab4e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 971,
+/**/
970,
/**/
969,