zsh:diffcmds(): Rephrase comment to be more clear
This commit is contained in:
@@ -661,7 +661,7 @@ diffcmds() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
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
|
if [[ ! "${@:1:$((i-1))}" =~ '%%' ]]; then
|
||||||
set -- "${@:1:$((i-1))}" "%%" "${@:$i}"
|
set -- "${@:1:$((i-1))}" "%%" "${@:$i}"
|
||||||
let i++
|
let i++
|
||||||
|
|||||||
Reference in New Issue
Block a user