1
0
forked from VimPlug/jedi

fix for github issue 7, goto function works now right for 'from import' statements

This commit is contained in:
David Halter
2012-09-02 11:52:49 +02:00
parent 251a638ba6
commit acd6488891
2 changed files with 7 additions and 0 deletions

View File

@@ -103,3 +103,6 @@ mod1.a
from import_tree import mod1
#! ['a=1']
mod1.a
#! ['a=1.0']
from import_tree.pkg.mod1 import a