man.kak: use Error color for errors

This commit is contained in:
Maxime Coste 2014-01-08 19:18:51 +00:00
parent aacdd821cc
commit c39745060e

View File

@ -23,7 +23,7 @@ def -hidden -shell-params _man %{ %sh{
nop %sh{rm ${tmpfile}}
set buffer filetype man"
else
echo "echo %{man '$@' failed: see *debug* buffer for details }"
echo "echo -color Error %{man '$@' failed: see *debug* buffer for details }"
rm ${tmpfile}
fi
} }