]> granicus.if.org Git - vim/commitdiff
patch 8.0.0951: another wrong #ifdef v8.0.0951
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Aug 2017 09:33:42 +0000 (11:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Aug 2017 09:33:42 +0000 (11:33 +0200)
Problem:    Another wrong #ifdef.
Solution:   Change TERMINAL to FEAT_TERMINAL. (closes #1981)

src/option.c
src/version.c

index 3dc52f8e73b7bd1fe986b81abae42e167d30a76a..0bcf21692d4c9ad0463af35e0a63e6bccd319eec 100644 (file)
@@ -3099,7 +3099,7 @@ static struct vimoption options[] =
 #endif
                            {(char_u *)1L, (char_u *)0L} SCRIPTID_INIT},
     {"winptydll", NULL,            P_STRING|P_EXPAND|P_VI_DEF|P_SECURE,
-#if defined(WIN3264) && defined(TERMINAL)
+#if defined(WIN3264) && defined(FEAT_TERMINAL)
                            (char_u *)&p_winptydll, PV_NONE, {
 # ifdef _WIN64
                            (char_u *)"winpty64.dll",
index 41442adcc2b2e712f9eb307002d10de8ce9ac92e..5abfd173b7f20390c8333b77d948c1f025a5c328 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    951,
 /**/
     950,
 /**/