Skip to content

ivy-yank-word should respect case folding #2194

@raundn

Description

@raundn

Hey!

I've noticed the following annoyance when using C-s M-j: it doesn't respect case folding.

In general, swiper does work with case folding: searching for "firstname" finds both "firstname" and "FirstName", while searching for "FirstName" only finds "FirstName".

Thus, if I place the point at the beginning of text "FirstName", type 'C-s f' (to start searching for 'f') and then press M-j, I expect to yank "irstname", not "irstName" (which is what happens).

As it is now, pressing 'C-s f M-j' results in searching for "firstName", which finds neither "firstname" nor "FirstName".

And yes, C-s C-w (i.e. isearch-yank-word-or-char) does respect case folding.

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