mirror of
https://github.com/SqrtMinusOne/password-store-completion.git
synced 2025-12-10 09:53:04 +03:00
fix: run post-command-hook in complete fields
This commit is contained in:
parent
a5137dc7ab
commit
77437fc320
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ the current entry available via the `entry' variable."
|
|||
`(,field-name . (wait (field . ,(car item)))))))
|
||||
entry))
|
||||
(data (completing-read "Field:" sequences)))
|
||||
(run-hooks 'post-command-hook)
|
||||
(password-store-completion--async-commands
|
||||
(password-store-completion--get-commands
|
||||
entry
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue