1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-26 13:40:10 +03:00

Updated Open files in specific client (markdown)

Alex Leferry 2 2017-06-15 20:14:33 +02:00
parent be6f587943
commit ca191390d9

@ -75,12 +75,13 @@ Switches:
shift
;;
*)
command="$command $1"
command=true
break
;;
esac
shift
done
echo shell $kak_opt_termcmd $params ${command:-$default}
echo shell $kak_opt_termcmd $params $([ $command ] || echo $default)
}}
```