aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_path.fish
Commit message (Collapse)AuthorAge
* __fish_complete_path: add new completion, mimics builtin path completionGravatar David Adam2014-09-29
Completions can now be written which disable file completion and then selectively re-enable it using this function. Closes #834.