forked from VimPlug/jedi
fixed other part of jedi-vim issue 8, 'import x as' caused parsing error
This commit is contained in:
@@ -112,3 +112,5 @@ def asdf(a or b): # multiple param names
|
||||
|
||||
#? int()
|
||||
asdf(2)
|
||||
|
||||
import datetime as
|
||||
|
||||
Reference in New Issue
Block a user