]> granicus.if.org Git - vim/commitdiff
patch 8.0.1159: typo in #ifdef v8.0.1159
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Sep 2017 20:35:25 +0000 (22:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Sep 2017 20:35:25 +0000 (22:35 +0200)
Problem:    Typo in #ifdef.
Solution:   Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes #2165)

src/syntax.c
src/version.c

index fedce8d6150a2804a83d32eb486493327a5c083e..98109e77756cbc15f9be3a5bb54426571b284035 100644 (file)
@@ -9786,7 +9786,7 @@ syn_id2colors(int hl_id, guicolor_T *fgp, guicolor_T *bgp)
 }
 #endif
 
-#if defined(FEAT_TERMINAL) || defined(PROT)
+#if defined(FEAT_TERMINAL) || defined(PROTO)
     void
 syn_id2cterm_bg(int hl_id, int *fgp, int *bgp)
 {
index f45ad7d0f4eaf4d36c7a2d8a650020a6d8570c10..5724b9d2b777efbe1857a71d5c6cc535a2967367 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1159,
 /**/
     1158,
 /**/