Closed nonameentername closed 12 years ago
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
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
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