fix(default): missing evil-ex-registers for non-ivy users
It was `evil-show-registers' that we wanted, not `evil-ex-registers' (which never existed in the first place). Folks who did not have :completion ivy enabled (e.g. vertico and helm users) would see 'commandp, evil-ex-registers' errors when pressing `SPC i r`. Folks who had it enabled would transparently invoke `counsel-evil-registers' instead (because it was remapped). Fix: #5753
This commit is contained in:
parent
407cf56a04
commit
49a464a870
2 changed files with 2 additions and 2 deletions
Loading…
Add table
Add a link
Reference in a new issue