bling / fzf.el

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

More informative message on FZF selection. #103

Closed pierre-rouleau closed 1 year ago

pierre-rouleau commented 1 year ago

The current message simply shows "FZF exited with code 0" when FZF operation suceeded. This message might have been useful during debugging but it's not very useful for users.

That is replaced with the following:

The success message is most useful when a user wants to remember what file was previously selected by the FZF operation.

pierre-rouleau commented 1 year ago

@bling: this is ready for integration.