bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
369 stars 50 forks source link

Fix regression described in issue #91 #93

Closed pierre-rouleau closed 1 year ago

pierre-rouleau commented 1 year ago

This addresses regression issue https://github.com/bling/fzf.el/issues/91 .

The problem was caused by fzf-with-entries using the file validator instead or the pass-through validator. The new version of fzf-with-entries uses the pass-through validator by default and allows the user to specify another validator by a new optional argument.

pierre-rouleau commented 1 year ago

@bling, @vnckppl confirmed that the change fixes the problem. I think this is ready for merging.