Procházet zdrojové kódy

Always open vimdiff at start of file

master
Arun Prakash Jana před 5 roky
rodič
revize
52fad544fc
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      README.md
  2. +1
    -1
      plugins/ndiff

+ 1
- 1
README.md Zobrazit soubor

@@ -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.

+ 1
- 1
plugins/ndiff Zobrazit soubor

@@ -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"


Načítá se…
Zrušit
Uložit