radian-software / prescient.el

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

Fix advices. #136

Closed okamsn closed 1 year ago

okamsn commented 1 year ago

Problem found in issue #135.

okamsn commented 1 year ago

@ssl19, does this change fix the problem for you?

ssl19 commented 1 year ago

Yes. I've tested vertico-prescient and corfu-prescient with this patch, both look okay. The results are added to prescient--history correctly.

BTW, thanks for the quick response!