summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-28 22:35:25 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-28 22:35:25 +0200
commitd371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e (patch)
tree9f37969b979d7e60767277d91d19d3d16dce03d6 /src/syntax.c
parentdb51007108a6ab0671e7f7b4844557cbe647185f (diff)
downloadvim-git-d371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e.tar.gz
patch 8.0.1159: typo in #ifdefv8.0.1159
Problem: Typo in #ifdef. Solution: Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes #2165)
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
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)
{