Skip to content
Snippets Groups Projects
Commit 6e53a366 authored by Hunter Goldstein's avatar Hunter Goldstein Committed by Michael Aaron Murphy
Browse files

Fixed completing executables (#353)

* Fixed completing executables

The problem was that for any filename "foo", `readln` would check to see
if either it exists, or if the parent exists. Which means if you're
trying to complete _any_ executable, it thinks its a file because the
"parent" is the current directory.

* Add comment
parent af23a66e
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