From d4ec9eea65454590506dba8ace92c11ff751c367 Mon Sep 17 00:00:00 2001 From: bhagwan Date: Sat, 20 Aug 2022 05:38:47 -0700 Subject: [PATCH] chore: regen vimdoc --- README.md | 2 +- doc/fzf-lua.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fadaf14..bbfc7a4 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ require'fzf-lua'.setup { flip_columns = 120, -- #cols to switch to horizontal on flex -- Only used with the builtin previewer: title = true, -- preview border title (file/buf)? - title_align = "left", -- left|center|right, preview title alignment (file/buf)? + title_align = "left", -- left|center|right, title alignment scrollbar = 'float', -- `false` or string:'float|border' -- float: in-window floating border -- border: in-border chars (see below) diff --git a/doc/fzf-lua.txt b/doc/fzf-lua.txt index 702bbf0..2784f2a 100644 --- a/doc/fzf-lua.txt +++ b/doc/fzf-lua.txt @@ -409,6 +409,7 @@ open an issue and I'll be more than happy to help.** flip_columns = 120, -- #cols to switch to horizontal on flex -- Only used with the builtin previewer: title = true, -- preview border title (file/buf)? + title_align = "left", -- left|center|right, title alignment scrollbar = 'float', -- `false` or string:'float|border' -- float: in-window floating border -- border: in-border chars (see below)