Skip to content

Commit c1ebb5d

Browse files
chrisgriesergithub-actions[bot]
authored andcommitted
chore: auto-generate vimdocs
1 parent c50cd02 commit c1ebb5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/nvim-tinygit.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*nvim-tinygit.txt* For Neovim Last change: 2025 December 30
1+
*nvim-tinygit.txt* For Neovim Last change: 2026 January 06
22

33
==============================================================================
44
Table of Contents *nvim-tinygit-table-of-contents*
@@ -224,7 +224,7 @@ specific changes.
224224

225225
INTERACTIVE STAGING ~
226226

227-
- Interactive straging requires `telescope`.
227+
- Requires `telescope`.
228228
- This command stages hunks, that is, _parts_ of a file instead of the full
229229
file. It is roughly comparable to `git add -p`.
230230
- Use `<Space>` to stage/unstage the hunk, `<CR>` to go to the hunk, or `<C-r>`
@@ -474,7 +474,7 @@ the component may not be up-to-date with remote changes.)
474474

475475
FILE STATE ~
476476

477-
Shows the number of changed files, similar to terminal prompts.
477+
Shows the number of unstaged changed files, similar to terminal prompts.
478478

479479
>lua
480480
require("tinygit.statusline").fileState()

0 commit comments

Comments
 (0)