From 4fb49f70bd657ec07d083ab03db9c61b984a55f3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 26 May 2002 18:23:26 +0000 Subject: [PATCH] Index reftexts, but don't search in them by default. --- lib/custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/custom.h b/lib/custom.h index a0ac16a3..57798bcf 100644 --- a/lib/custom.h +++ b/lib/custom.h @@ -35,7 +35,7 @@ enum word_type { /* Keywords for word type names */ #define WORD_TYPE_NAMES \ - T(WORD, ~0) \ + T(WORD, ~((1 << WT_FILE) | (1 << WT_LINK))) \ T(TEXT, 1 << WT_TEXT) \ T(EMPH, 1 << WT_EMPH) \ T(SMALL, 1 << WT_SMALL) \ -- 2.39.2