bling / fzf.el

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

Fix regression on fzf grep command + minor improvements #90

Closed pierre-rouleau closed 1 year ago

pierre-rouleau commented 1 year ago
pierre-rouleau commented 1 year ago

@bling I noticed the grep commands were moving 1 line below the real target since I started using forward-line. I fixed that. Tested the grep commands they now move to the proper line.

pierre-rouleau commented 1 year ago

@bling Thanks. My nest step will be to add support for hg grep which has the ability to grep through all revisions, and change the code for extracting the line number to support more formats and allow files with embedded colons. I'll probably use Elisp regexps for that.