bump: :completion
PythonNut/helm-flx@6640fac5cb -> PythonNut/helm-flx@27dd9e3ce3 abo-abo/swiper@c97ea72285 -> abo-abo/swiper@764e0d35ba company-mode/company-mode@073aef72dd -> company-mode/company-mode@1005540b1c emacs-helm/helm@5b17313011 -> emacs-helm/helm@1003539c2e minad/consult-flycheck@0ad7e8ff15 -> minad/consult-flycheck@9b40f136c0 minad/consult@473e6585c5 -> minad/consult@36b8bc7065 minad/marginalia@e63d27e6fb -> minad/marginalia@a514c024ac minad/vertico@a92b1e47ff -> minad/vertico@7ec0f0c076 oantolin/embark@06d5caafd5 -> oantolin/embark@2890e535f5 oantolin/orderless@f2c78c4a60 -> oantolin/orderless@8f64537f55
This commit is contained in:
parent
4538225fc5
commit
7121e993ca
7 changed files with 13 additions and 23 deletions
|
@ -274,13 +274,3 @@ If there are selected candidates, disregard the current candidate and exit."
|
|||
(defun +vertico-basic-remote-all-completions (string table pred point)
|
||||
(and (vertico--remote-p string)
|
||||
(completion-basic-all-completions string table pred point)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +vertico/resume (&optional arg)
|
||||
"Resume the last session.
|
||||
If prefix ARG is provided, select which session to resume."
|
||||
(interactive "P")
|
||||
(call-interactively
|
||||
(if arg
|
||||
#'vertico-repeat-select
|
||||
#'vertico-repeat-last)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue