From: Mischievous Meerkat Date: Mon, 18 Nov 2019 06:41:35 +0000 (+0530) Subject: Update ndiff X-Git-Tag: v2.8~63 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=577d8d9bfc5e2c210b3e487c38773954e933d7fa;p=nnn.git Update ndiff --- diff --git a/plugins/ndiff b/plugins/ndiff index 62c21d99..dff24d25 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"