瀏覽代碼

Do not update merged file, remove README.md

master
Arun Prakash Jana 4 年之前
父節點
當前提交
472564fd7f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 2 個文件被更改,包括 3 次插入6 次删除
  1. +1
    -2
      plugins/getplugs
  2. +2
    -4
      plugins/imgresize

+ 1
- 2
plugins/getplugs 查看文件

@@ -15,7 +15,6 @@ is_cmd_exists () {

merge () {
vimdiff $1 $2
cp -vRf $1 $2
}

prompt () {
@@ -63,4 +62,4 @@ done
cd ../..

$sucmd mv -vf nnn-master/misc/nlaunch/nlaunch /usr/local/bin/
rm -rf nnn-master/ master.tar.gz README.md
rm -rf nnn-master/ master.tar.gz $PLUGIN_DIR/README.md

+ 2
- 4
plugins/imgresize 查看文件

@@ -25,8 +25,6 @@ if [ -z "$res" ]; then
read res
fi

if ! [ -z "$res" ]; then
if ! [ -z "$minsize" ]; then
imgp -ackx "$res" -s "$minsize"
fi
if ! [ -z "$res" ] && ! [ -z "$minsize" ]; then
imgp -ackx "$res" -s "$minsize"
fi

Loading…
取消
儲存