fzf/shell
ptzz 2b19c0bc68 [bash/zsh] Fix missing fuzzy completions (#1303)
* [bash/zsh] Fix missing fuzzy completions

`cat foo**<TAB>` did not display the file `foobar` if there was a directory
named `foo`.

Fixes #1301

* [zsh] Evaluate completion prefix

  cat $HOME**
  cat ~username**
  cat ~username/foo**
2018-06-02 10:40:33 +09:00
..
completion.bash [bash/zsh] Fix missing fuzzy completions (#1303) 2018-06-02 10:40:33 +09:00
completion.zsh [bash/zsh] Fix missing fuzzy completions (#1303) 2018-06-02 10:40:33 +09:00
key-bindings.bash [bash] Add --sync to the default CTRL-R options 2018-04-25 18:47:56 +09:00
key-bindings.fish [fish] Fix ctrl-r regression in versions <2.4 (#972) 2017-07-15 18:50:23 +09:00
key-bindings.zsh [zsh] Fire zsh precmd functions after cd (#1136) 2017-11-14 12:43:52 +09:00