]> Sergey Matveev's repositories - nnn.git/commitdiff
Update ndiff
authorMischievous Meerkat <engineerarun@gmail.com>
Mon, 18 Nov 2019 06:41:35 +0000 (12:11 +0530)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2019 06:41:35 +0000 (12:11 +0530)
plugins/ndiff

index 62c21d996ed8f222b786615522d4ae546e86c37f..dff24d2511eb062e87cce12d3520b942179e2dd0 100755 (executable)
@@ -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"