From 52fad544fc25149551d3cf58f12307ea3bf6b394 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 18 Nov 2019 04:04:04 +0530 Subject: Always open vimdiff at start of file --- plugins/ndiff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/ndiff b/plugins/ndiff index 5a435e9..62c21d9 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 vimdiff + cat $selection | xargs -0 -o vimdiff +0 fi else echo "needs at least 2 files or directories selected for comparison" -- cgit v1.2.3-70-g09d2