Skip to content
Snippets Groups Projects
Commit ef7dd8db authored by Damien George's avatar Damien George
Browse files

py/repl: Fix case where shorter names are shadowed by longer names.

Previous to this patch, if "abcd" and "ab" were possible completions
to tab-completing "a", then tab would expand to "abcd" straight away
if this identifier appeared first in the dict.
parent 6ab8b63b
No related branches found
No related tags found
Loading
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