From: Bram Moolenaar Date: Thu, 28 Sep 2017 20:35:25 +0000 (+0200) Subject: patch 8.0.1159: typo in #ifdef X-Git-Tag: v8.0.1159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e;p=vim patch 8.0.1159: typo in #ifdef Problem: Typo in #ifdef. Solution: Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes #2165) --- diff --git a/src/syntax.c b/src/syntax.c index fedce8d61..98109e777 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -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) { diff --git a/src/version.c b/src/version.c index f45ad7d0f..5724b9d2b 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1159, /**/ 1158, /**/