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
Loading
Please register or sign in to comment