summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-03-23 14:39:12 +0100
committerBram Moolenaar <Bram@vim.org>2010-03-23 14:39:12 +0100
commit53339b287727f1b5cbcc0da5563b011ce30f3f03 (patch)
tree796069a409feeaba86628c9ef7b8a0d830c63ba7 /src/syntax.c
parent216b71069ab33a77a5c2899ce9b0c11423a85ade (diff)
downloadvim-git-53339b287727f1b5cbcc0da5563b011ce30f3f03.tar.gz
updated for version 7.2.405v7.2.405
Problem: When built with small features the matching text is not highlighted for ":s/pat/repl/c". Solution: Remove the #ifdef for IncSearch. (James Vega)
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 3f502b70d..9a24d4301 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -6205,10 +6205,8 @@ static char *(highlight_init_both[]) =
{
CENT("ErrorMsg term=standout ctermbg=DarkRed ctermfg=White",
"ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White"),
-#ifdef FEAT_SEARCH_EXTRA
CENT("IncSearch term=reverse cterm=reverse",
"IncSearch term=reverse cterm=reverse gui=reverse"),
-#endif
CENT("ModeMsg term=bold cterm=bold",
"ModeMsg term=bold cterm=bold gui=bold"),
CENT("NonText term=bold ctermfg=Blue",