make.kak: style fix
This commit is contained in:
parent
4b93a90047
commit
b6460aaec7
|
@ -1,6 +1,6 @@
|
||||||
def -env-params make %{ echo make in progress, please wait...; %sh{
|
def -env-params make %{ echo make in progress, please wait...; %sh{
|
||||||
output=$(mktemp -t kak-make.XXXXXXXX)
|
output=$(mktemp -t kak-make.XXXXXXXX)
|
||||||
make ${kak_param_0} ${kak_param_1} ${kak_param_2} ${kak_param_3} ${kak_param_4} >& ${output}
|
make $kak_param_0 $kak_param_1 $kak_param_2 $kak_param_3 $kak_param_4 >& ${output}
|
||||||
echo "echo
|
echo "echo
|
||||||
try %{ db *make* } catch %{ }
|
try %{ db *make* } catch %{ }
|
||||||
edit -scratch %{*make*}
|
edit -scratch %{*make*}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user