Closed wyuenho closed 3 years ago
If you have time to rebase this to get passing checks that would be great. I'll merge it. Thanks!
Thanks! Merging on successful checks
Error I'm seeing on CI for emacs 26 & 27:
0.74s$ cask exec ert-runner
Symbol’s value as variable is void: ido-vertical-padding
The command "cask exec ert-runner" exited with 255.
@creichert should be fixed now
Please merge #54 first
There's a problem with
ido-vertical-indicator
right now in that customizing it doesn't updateido-vertical-decorations
and in turnido-decorations
until the next restart, not even togglingido-vertical-mode
will updateido-vertical-decorations
because once it is defined on first load, it's never updated again. This PR fixes this issue.This PR also introduces a new option
ido-vertical-padding
that allows the user to customize the extra whitespace padding on each candidate in case he decides to setido-vertical-indicator
to an empty string.