From 55d5b153e627784fa43982fa3c01d0ab86ef0224 Mon Sep 17 00:00:00 2001 From: harrywzl <200831750+harrywzl@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:01:12 -0400 Subject: [PATCH] docs: fix duplicate table rows and minor grammar/formatting in fzf.txt (#4743) --- doc/fzf.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/fzf.txt b/doc/fzf.txt index 1dc843bb..eacc24cf 100644 --- a/doc/fzf.txt +++ b/doc/fzf.txt @@ -112,7 +112,7 @@ the whole if we start off with `:FZF` command. " Bang version starts fzf in fullscreen mode :FZF! < -Similarly to {ctrlp.vim}{3}, use enter key, CTRL-T, CTRL-X or CTRL-V to open +Similarly to {ctrlp.vim}{3}, use Enter key, CTRL-T, CTRL-X or CTRL-V to open selected files in the current window, in new tabs, in horizontal splits, or in vertical splits respectively. @@ -218,7 +218,6 @@ list: `fg` / `bg` / `hl` | Item (foreground / background / highlight) `fg+` / `bg+` / `hl+` | Current item (foreground / background / highlight) `preview-fg` / `preview-bg` | Preview window text and background - `hl` / `hl+` | Highlighted substrings (normal / current) `gutter` | Background of the gutter on the left `pointer` | Pointer to the current line ( `>` ) `marker` | Multi-select marker ( `>` ) @@ -229,7 +228,6 @@ list: `query` | Query string `disabled` | Query string when search is disabled `prompt` | Prompt before query ( `> ` ) - `pointer` | Pointer to the current line ( `>` ) ----------------------------+------------------------------------------------------ - `component` specifies the component (`fg` / `bg`) from which to extract the color when considering each of the following highlight groups @@ -245,7 +243,7 @@ if it exists, - otherwise use the `fg` attribute of the `Comment` highlight group if it exists, - otherwise fall back to the default color settings for the prompt. -You can examine the color option generated according the setting by printing +You can examine the color option generated according to the setting by printing the result of `fzf#wrap()` function like so: > :echo fzf#wrap()