comparison src/syntax.c @ 12562:1c049248e9ca v8.0.1159

patch 8.0.1159: typo in #ifdef commit https://github.com/vim/vim/commit/d371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 28 22:35:25 2017 +0200 patch 8.0.1159: typo in #ifdef Problem: Typo in #ifdef. Solution: Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/2165)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Sep 2017 22:45:04 +0200
parents a24356fd94d8
children 31737ff54115
comparison
equal deleted inserted replaced
12561:0fa54e30be58 12562:1c049248e9ca
9784 *bgp = sgp->sg_gui_bg; 9784 *bgp = sgp->sg_gui_bg;
9785 return sgp->sg_gui; 9785 return sgp->sg_gui;
9786 } 9786 }
9787 #endif 9787 #endif
9788 9788
9789 #if defined(FEAT_TERMINAL) || defined(PROT) 9789 #if defined(FEAT_TERMINAL) || defined(PROTO)
9790 void 9790 void
9791 syn_id2cterm_bg(int hl_id, int *fgp, int *bgp) 9791 syn_id2cterm_bg(int hl_id, int *fgp, int *bgp)
9792 { 9792 {
9793 struct hl_group *sgp; 9793 struct hl_group *sgp;
9794 9794