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 Jan 10, 2025
1 parent 369e2eb commit 8efb28f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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: 2025 January 09
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2025 January 10

==============================================================================
Table of Contents *fzf-lua-table-of-contents*
Expand Down Expand Up @@ -848,6 +848,7 @@ CUSTOMIZATION *fzf-lua-customization*
prompt = 'Branches❯ ',
cmd = "git branch --all --color",
preview = "git log --graph --pretty=oneline --abbrev-commit --color {1}",
remotes = "local", -- "detach|local", switch behavior for remotes
actions = {
["enter"] = actions.git_switch,
["ctrl-x"] = { fn = actions.git_branch_del, reload = true },
Expand Down

0 comments on commit 8efb28f

Please sign in to comment.