From 4a970b41fe0e6e825e0a00173a830b59d0c334f2 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 31 Dec 2023 03:15:48 +0000 Subject: [PATCH] [docgen] CI: autogenerate vimdoc skip-checks: true --- doc/fzf-lua.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fzf-lua.txt b/doc/fzf-lua.txt index 29c01580..e19d5775 100644 --- a/doc/fzf-lua.txt +++ b/doc/fzf-lua.txt @@ -1,4 +1,4 @@ -*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2023 December 07 +*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2023 December 30 ============================================================================== Table of Contents *fzf-lua-table-of-contents* @@ -898,6 +898,7 @@ open an issue and I'll be more than happy to help.** status = { prompt = 'GitStatusāÆ ', cmd = "git -c color.status=false status -su", + multiprocess = true, -- run command in a separate process file_icons = true, git_icons = true, color_icons = true,