branch: externals/vertico commit b51a26078bea890ea2638ae6009e77b60c829e74 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Remove nop --- vertico.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vertico.el b/vertico.el index 2d4492b..dcaf434 100644 --- a/vertico.el +++ b/vertico.el @@ -473,8 +473,7 @@ See `resize-mini-windows' for documentation." (setq start (or start index)) (when (string-match-p "\n" cand) (setq cand (vertico--truncate-multiline cand max-width))) - (setcar line (vertico--format-candidate cand prefix suffix index start)) - (setq index (1+ index)))) + (setcar line (vertico--format-candidate cand prefix suffix index start)))) (pop line))) lines))