diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | plugins/ndiff | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -281,4 +281,4 @@ To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>. - [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. 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" |