Skip to content

Commit

Permalink
Merge remote-tracking branch 'Screwtapello/hint-git-next-hunk'
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Oct 4, 2023
2 parents 18902b1 + 9286a7e commit 5c793a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rc/tools/git.kak
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ define-command -params 1.. \
init
log
next-hunk
previous-hunk
prev-hunk
show
show-branch
show-diff
Expand Down Expand Up @@ -225,7 +225,7 @@ define-command -params 1.. \
shift
if [ $# -lt 1 ]; then
echo "fail 'no git hunks found'"
echo "fail 'no git hunks found, try \":git show-diff\" first'"
exit
fi
Expand Down

0 comments on commit 5c793a6

Please sign in to comment.