aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ndiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/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"