Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem if the prefix is shorter than the input.
This happens if the user types 'ab'<TAB> while there exists files like 'abc' and 'aBC'. In that case, the prefix shrinks to 'a'.
- Loading branch information