From 577d8d9bfc5e2c210b3e487c38773954e933d7fa Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Mon, 18 Nov 2019 12:11:35 +0530 Subject: [PATCH] Update ndiff --- plugins/ndiff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"