Remove useless code

This commit is contained in:
Maxime Coste 2016-01-10 20:39:58 +00:00
parent 273b541959
commit 3dee04b701

View File

@ -22,7 +22,6 @@ def -hidden -params .. _man %{ %sh{
col -b > ${colout} < ${manout} col -b > ${colout} < ${manout}
rm ${manout} rm ${manout}
if [ "${retval}" -eq 0 ]; then if [ "${retval}" -eq 0 ]; then
echo "${output}" |
echo "edit! -scratch '*man*' echo "edit! -scratch '*man*'
exec |cat<space>${colout}<ret>gk exec |cat<space>${colout}<ret>gk
nop %sh{rm ${colout}} nop %sh{rm ${colout}}