Skip to content

Commit

Permalink
Fix gitk first argument completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Jun 1, 2023
1 parent 59fe661 commit 61bbdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,7 @@ local gitk_parser = parser()
"--dirstat",
-- TODO: add others from git rev-list documentation.
})
:addarg() -- Revision range.
-- Optional revision range.
-- Followed by zero or more path patterns.

if clink.classifier then
Expand Down

0 comments on commit 61bbdcd

Please sign in to comment.