bling / fzf.el

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

Fix trimming of result text lines #19

Closed 15cm closed 7 years ago

15cm commented 7 years ago

(split-string text "\n" t "\s.*\s") removes the file path which we need instead of the leading "> " in the fzf result text and leads to the failure to open the selected file.

bling commented 7 years ago

apologies for the delay.

a couple minor changes please:

  1. remove the added line for package-version.
  2. remove the old commented out fzf/args
  3. remove the added message call

then we're good to merge. thanks.

15cm commented 7 years ago

Thanks for your reply.

All these changes have been done.

On Sat, May 27, 2017 at 10:22 PM Bailey Ling notifications@github.com wrote:

apologies for the delay.

a couple minor changes please:

  1. remove the added line for package-version.
  2. remove the old commented out fzf/args
  3. remove the added message call

then we're good to merge. thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bling/fzf.el/pull/19#issuecomment-304454850, or mute the thread https://github.com/notifications/unsubscribe-auth/AHZmxLa6JyrSOzBEJGI4LuT2N-8fcH-zks5r-DGZgaJpZM4Mfhc8 .