Update ndiff

This commit is contained in:
Mischievous Meerkat 2019-11-18 12:11:35 +05:30 committed by GitHub
parent 11204d09d5
commit 577d8d9bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if [ -s $selection ]; then
# Vim: Warning: Input is not from a terminal
# cat $selection | xargs -0 -o vimdiff
cat $selection | xargs -0 -o vimdiff +0
cat $selection | xargs -0 vimdiff +0
fi
else
echo "needs at least 2 files or directories selected for comparison"