aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mischievous Meerkat <engineerarun@gmail.com>2019-11-18 12:11:35 +0530
committerGravatar GitHub <noreply@github.com>2019-11-18 12:11:35 +0530
commit577d8d9bfc5e2c210b3e487c38773954e933d7fa (patch)
tree33de078dcf11bc4731fa5cbbf3cc6397f5a05d71
parent11204d09d5ae0d8b1022bfeb18ead3ae2286c85c (diff)
downloadnnn-577d8d9bfc5e2c210b3e487c38773954e933d7fa.tar.gz
Update ndiff
-rwxr-xr-xplugins/ndiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ndiff b/plugins/ndiff
index 62c21d9..dff24d2 100755
--- a/plugins/ndiff
+++ b/plugins/ndiff
@@ -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"