radian-software / prescient.el

☄️ Simple but effective sorting and filtering for Emacs.
MIT License
614 stars 25 forks source link

Fix literal filter methods when not using character folding. #127

Closed okamsn closed 2 years ago

okamsn commented 2 years ago

When prescient-use-char-folding was added, the literal and literal-prefix methods were mistakenly changed to only be literal when folding characters.

raxod502 commented 2 years ago

Thanks!