kustomzone / plush

Plush is a browser-based shell or terminal.
Apache License 2.0
0 stars 0 forks source link

Tab completion does not work in shell for statement #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
Type:
ls /med
then hit the tab key. /med will get tab-expanded to /media as expected

Now type:
for file in /med
then hit the tab key. /med is not tab expanded to /media

Expected result:
/med should be tab expanded to /media just as it is with the ls command

OS & browser info:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like 
Gecko) Chrome/26.0.1410.33 Safari/537.31

Original issue reported on code.google.com by j...@glyphic.com on 17 Mar 2013 at 8:56