瀏覽代碼

Update ndiff

master
Mischievous Meerkat GitHub 4 年之前
父節點
當前提交
577d8d9bfc
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plugins/ndiff

+ 1
- 1
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 -o vimdiff +0
cat $selection | xargs -0 vimdiff +0
fi
else
echo "needs at least 2 files or directories selected for comparison"


Loading…
取消
儲存