Skip to content

ivy-completing-read chops off last character in PROMPT #1207

Closed
@darkfeline

Description

@darkfeline

Compare:

(ivy-completing-read "test" '("foo" "bar") nil nil nil nil '("spam" "eggs"))
(completing-read-default "test" '("foo" "bar") nil nil nil nil '("spam" "eggs"))

If ivy-completing-read really needs to remove the trailing space, it should make sure the last character is a space before unceremoniously decapitating PROMPT.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions