zsh:diffcmds: Clarify lseek(2) comment

This commit is contained in:
2025-06-20 14:14:03 +02:00
parent c27bf72fee
commit 075dbf2431

View File

@@ -726,7 +726,7 @@ diffcmds() {
fi
fi
# NOTE: `=()` is necessary since vimdiff is seeking the file. See zshexpn(1)
# NOTE: `=()` is necessary since vim might seek the file. See zshexpn(1)
[[ $diff_cmd = vimdiff ]] && ps_sub='=' || ps_sub='<'
final_cmd=("$diff_cmd")