forked from VimPlug/jedi
parentheses work now in import statements (tested)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
from a import (b
|
||||
def blub():
|
||||
return 0
|
||||
def openbrace():
|
||||
asdf = 3
|
||||
asdf
|
||||
|
||||
Reference in New Issue
Block a user