From 8330321fa135f7fa9e4855099026c4ad622a0c85 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 15 Dec 2024 04:48:06 +0000 Subject: [PATCH] [docgen] CI: autogenerate vimdoc skip-checks: true --- doc/fzf-lua.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/fzf-lua.txt b/doc/fzf-lua.txt index 75fbdd4c..d879f05f 100644 --- a/doc/fzf-lua.txt +++ b/doc/fzf-lua.txt @@ -1312,8 +1312,7 @@ open an issue and I'll be more than happy to help.** -- by default, we ignore and mappings -- set `ignore_patterns = false` to disable filtering ignore_patterns = { "^", "^" }, - -- by default, both description and details are shown - -- `false` shows details only if the description is missing + show_desc = true, show_details = true, actions = { ["enter"] = actions.keymap_apply,