Skip to content

Commit

Permalink
dev: relative file completion (and else) in execute/e-_, mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Oct 5, 2017
1 parent 611c0e8 commit d9fc677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __diraction-dispatch
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else # argument completion
if ((CURRENT == 1 )); then
_command_names
elif functions "_${words[1]}" > /dev/null; then
"_${words[1]}"
cd $PWD && "_${words[1]}" ; cd $OLDPWD
else
_path_files -W $PWD ; _options_set
fi ; return 0
Expand Down

0 comments on commit d9fc677

Please sign in to comment.