summaryrefslogtreecommitdiffstatshomepage
path: root/py/runtime.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-07-06 14:00:09 +0100
committerDamien George <damien.p.george@gmail.com>2015-07-06 14:00:09 +0100
commitef7dd8db2dc6816d303b4f5b10b99b98b11b3ed5 (patch)
tree5a2282df0da2a90f5f30eb47f28e4f7286082abf /py/runtime.c
parent6ab8b63bdd8c640e09156b81983742e60d88a0cd (diff)
downloadmicropython-ef7dd8db2dc6816d303b4f5b10b99b98b11b3ed5.tar.gz
micropython-ef7dd8db2dc6816d303b4f5b10b99b98b11b3ed5.zip
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.
Diffstat (limited to 'py/runtime.c')
0 files changed, 0 insertions, 0 deletions