mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-03-01 12:56:59 +08:00
s:complete_trigger should prepend the default options instead of
appending them. The bug was introduced in 25ea637.
/tmp/foo<ctrl-x><ctrl-f> should give fzf prompt "/tmp/" and default
query "foo". But it used to give "/tmp//tmp/foo".