mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-14 23:32:30 +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".