Skip to content

Commit bde73a6

Browse files
author
Github Actions
committed
[docgen] CI: autogenerate vimdoc
skip-checks: true
1 parent bca6f8c commit bde73a6

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

OPTIONS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,10 @@ Type: `string`, Default: `nil`
14031403

14041404
Git reference used as the base for the comparison.
14051405

1406+
#### git_reflog
1407+
1408+
Git reflog.
1409+
14061410
#### git_stash
14071411

14081412
Git stashes.

doc/fzf-lua-opts.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,6 +1893,12 @@ Git reference used as the base for the comparison.
18931893

18941894

18951895

1896+
git_reflog *fzf-lua-opts-git_reflog*
1897+
1898+
Git reflog.
1899+
1900+
1901+
18961902
git_stash *fzf-lua-opts-git_stash*
18971903

18981904
Git stashes.

doc/fzf-lua.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2026 March 24
1+
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2026 March 25
22

33
==============================================================================
44
Table of Contents *fzf-lua-table-of-contents*
@@ -311,6 +311,7 @@ GIT *fzf-lua-git*
311311
| `git_status` | `git status` |
312312
| `git_diff` | `git diff {ref}` |
313313
| `git_hunks` | `git hunks {ref}` |
314+
| `git_reflog` | `git reflog` |
314315
| `git_commits` | git commit log (project) |
315316
| `git_bcommits` | git commit log (buffer) |
316317
| `git_blame` | git blame (buffer) |

0 commit comments

Comments
 (0)