From 85cecd30fba52b7641751e5da44efc5e97835463 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 27 Nov 2018 16:05:24 +0100 Subject: [PATCH] docs: fish_color_search_match is also used in the pager Fixes #5314. [ci skip] --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 026b15bb5..a0e326e89 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1004,7 +1004,7 @@ The following variables are available to change the highlighting colors in fish: - `fish_color_selection`, the color used when selecting text (in vi visual mode) -- `fish_color_search_match`, the color used to highlight history search matches +- `fish_color_search_match`, used to highlight history search matches and the selected pager item (must be a background) - `fish_color_operator`, the color for parameter expansion operators like '*' and '~'