mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Update ndiff
This commit is contained in:
parent
11204d09d5
commit
577d8d9bfc
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue