feat(git/cmd): make :G diff output navigable

This commit is contained in:
2026-05-07 23:18:17 +02:00
parent 93c9b6500a
commit c543f0a7ba
5 changed files with 291 additions and 48 deletions
+3
View File
@@ -16,6 +16,9 @@ end
---@field repo ow.Git.Repo
---@field sha string?
---@field parent_sha string?
---@field left_ref string?
---@field right_ref string?
---@field initialized boolean?
---@field immutable boolean?
---@field index_writer boolean?
---@field index_mode string?