Skip to content

Commit

Permalink
[docgen] CI: autogenerate vimdoc
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Apr 14, 2024
1 parent e443a8c commit 743647f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/fzf-lua.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2024 April 08
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2024 April 14

==============================================================================
Table of Contents *fzf-lua-table-of-contents*
Expand Down Expand Up @@ -1372,6 +1372,12 @@ open an issue and I'll be more than happy to help.**
-- severity_limit: keep any equal or more severe (lower)
-- severity_bound: keep any equal or less severe (higher)
},
marks = {
marks = "", -- filter vim marks with a lua pattern
-- for example if you want to only show user defined marks
-- you would set this option as %a this would match characters from [A-Za-z]
-- or if you want to show only numbers you would set the pattern to %d (0-9).
},
complete_path = {
cmd = nil, -- default: auto detect fd|rg|find
complete = { ["default"] = actions.complete },
Expand Down

0 comments on commit 743647f

Please sign in to comment.