Skip to content

Commit 8d6c9cf

Browse files
author
Github Actions
committed
[docgen] CI: autogenerate vimdoc
skip-checks: true
1 parent 2d2d0a5 commit 8d6c9cf

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

doc/fzf-lua.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 September 16
1+
*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 September 22
22

33
==============================================================================
44
Table of Contents *fzf-lua-table-of-contents*
@@ -296,18 +296,19 @@ TAGS *fzf-lua-tags*
296296

297297
GIT *fzf-lua-git*
298298

299-
| Command | List |
300-
| -------------- | ------------------------ |
301-
| `git_files` | `git ls-files` |
302-
| `git_status` | `git status` |
303-
| `git_diff` | `git diff {ref}` |
304-
| `git_hunks` | `git hunks {ref}` |
305-
| `git_commits` | git commit log (project) |
306-
| `git_bcommits` | git commit log (buffer) |
307-
| `git_blame` | git blame (buffer) |
308-
| `git_branches` | git branches |
309-
| `git_tags` | git tags |
310-
| `git_stash` | git stash |
299+
| Command | List |
300+
| --------------- | ------------------------ |
301+
| `git_files` | `git ls-files` |
302+
| `git_status` | `git status` |
303+
| `git_diff` | `git diff {ref}` |
304+
| `git_hunks` | `git hunks {ref}` |
305+
| `git_commits` | git commit log (project) |
306+
| `git_bcommits` | git commit log (buffer) |
307+
| `git_blame` | git blame (buffer) |
308+
| `git_branches` | git branches |
309+
| `git_worktrees` | git worktrees |
310+
| `git_tags` | git tags |
311+
| `git_stash` | git stash |
311312

312313

313314

0 commit comments

Comments
 (0)