You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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**
6 years ago
..
completion.bash [bash/zsh] Fix missing fuzzy completions (#1303) 6 years ago
completion.zsh [bash/zsh] Fix missing fuzzy completions (#1303) 6 years ago
key-bindings.bash
key-bindings.fish
key-bindings.zsh