zsh:diffcmds(): Rephrase comment to be more clear

This commit is contained in:
2023-06-23 22:09:43 +02:00
parent ced1f1b7db
commit 6b0b8f738e

View File

@@ -661,7 +661,7 @@ diffcmds() {
return 1
fi
# Append arguments at the back if no `%%` was passed
# Place arguments at the back if no position was supplied with `%%`
if [[ ! "${@:1:$((i-1))}" =~ '%%' ]]; then
set -- "${@:1:$((i-1))}" "%%" "${@:$i}"
let i++