junegunn / fzf.vim

fzf :heart: vim
MIT License
9.51k stars 581 forks source link

custom fzf_action behaviour have been broken by recent commit #1505

Closed SolaWing closed 9 months ago

SolaWing commented 9 months ago

same as title, commit introduce a change as following

图片

so now action will execute directly, without concat file after it. this will break custom function like tab drop, function(arg), etc.

junegunn commented 9 months ago

Thanks for the report. This was my oversight, unfortunately, it's unclear how to reconcile the old behavior and the new behavior introduced by the commit. I'll look into it.

junegunn commented 9 months ago

I tried my best to address the issue while not breaking the new behavior regarding the quickfix list. Please let me know if you still see unexpected behaviors.