Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab completion doubles method name #506

Open
tgr opened this issue Jun 22, 2018 · 1 comment
Open

Tab completion doubles method name #506

tgr opened this issue Jun 22, 2018 · 1 comment
Labels

Comments

@tgr
Copy link
Contributor

tgr commented Jun 22, 2018

E.g. type array_slice and then press tab several times. The result will be something like

>>> array_slice 
array_slice
>>> array_slice array_slice
array_slice
>>> array_slice array_slice
array_slice
>>> array_slice array_slice

(tested on v0.9.6)

@bobthecow bobthecow added the bug label Jun 22, 2018
@bobthecow
Copy link
Owner

This is fixed by #649!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants