fzf.vim/autoload
Junegunn Choi b24038960e
Fix incorrect --query option in completion
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".
2017-09-26 15:20:27 +09:00
..
fzf Fix incorrect --query option in completion 2017-09-26 15:20:27 +09:00