mirror of
https://github.com/occivink/kakoune-sudo-write
synced 2025-04-02 22:40:36 +02:00
remove now-redundant -no-hooks flag
This commit is contained in:
parent
e6b8063f28
commit
bf01679b4d
@ -18,7 +18,7 @@ define-command -hidden sudo-write-impl %{
|
|||||||
}
|
}
|
||||||
|
|
||||||
define-command -hidden -params 1 cache-password %{
|
define-command -hidden -params 1 cache-password %{
|
||||||
eval -no-hooks -draft %{
|
eval -draft %{
|
||||||
edit -scratch *sudo_write_pass*
|
edit -scratch *sudo_write_pass*
|
||||||
reg '"' %arg{1}
|
reg '"' %arg{1}
|
||||||
exec "<a-p>|sudo -S echo ok<ret>"
|
exec "<a-p>|sudo -S echo ok<ret>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user