- [Sijmen J. Mulder](https://github.com/sjmulder)
- and other contributors
-Visit the to the [ToDo list](https://github.com/jarun/nnn/issues/337) to contribute.
+Visit the to the [ToDo list](https://github.com/jarun/nnn/issues/386) to contribute or see the current development status.
# 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"