remove now-redundant -no-hooks flag

This commit is contained in:
Olivier Perret 2018-04-27 09:26:46 +02:00
parent e6b8063f28
commit bf01679b4d

View File

@ -18,7 +18,7 @@ define-command -hidden sudo-write-impl %{
}
define-command -hidden -params 1 cache-password %{
eval -no-hooks -draft %{
eval -draft %{
edit -scratch *sudo_write_pass*
reg '"' %arg{1}
exec "<a-p>|sudo -S echo ok<ret>"