Skip to content
Snippets Groups Projects
Commit 2b19c0bc authored by ptzz's avatar ptzz Committed by Junegunn Choi
Browse files

[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**
parent 76a2dcb5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment