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

Fix omnicomplete for import statements #26

Merged
merged 1 commit into from Mar 1, 2012

Conversation

nonameentername
Copy link
Contributor

I updated omnicomplete to use the correct line.
Completion was ignoring the current token that is being completed on.

from dj

would use for the line:

from

instead of

from dj

@ivanov
Copy link
Owner

ivanov commented Mar 1, 2012

thanks for the fix! I verified that the old code did not provide any completions for "import numpy." for example, but with your patch that now works. Merging

ivanov added a commit that referenced this pull request Mar 1, 2012
Fix completion for import statements

Prior to this patch, trying to complete on "import numpy." did not return
any results. With this patch, that is now fixed.
@ivanov ivanov merged commit 63d6b72 into ivanov:master Mar 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants