Skip to content

Commit 56f7e40

Browse files
chrisgriesergithub-actions[bot]
authored andcommitted
chore: auto-generate vimdocs
1 parent a72376b commit 56f7e40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/nvim-tinygit.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*nvim-tinygit.txt* For Neovim Last change: 2025 October 13
1+
*nvim-tinygit.txt* For Neovim Last change: 2025 October 25
22

33
==============================================================================
44
Table of Contents *nvim-tinygit-table-of-contents*
@@ -324,8 +324,9 @@ GITHUB INTERACTION ~
324324
link is opened in the browser and copied to the system clipboard. In normal
325325
mode, uses the current file, in visual mode, uses the selected lines. (Note
326326
that visual mode detection requires you to use the lua function below instead
327-
of the `:Tinygit` ex-command.) - `"file"`: link to the file - `"blame"`: link
328-
to the blame view of the file - `"repo"`: link to the repo root
327+
of the `:Tinygit` ex-command.) - `"file"`: link to the file (normal mode) or
328+
the selected lines (visual mode) - `"blame"`: link to the blame view of the
329+
file - `"repo"`: link to the repo root
329330

330331
>lua
331332
-- "file"|"repo"|"blame" (default: "file")

0 commit comments

Comments
 (0)