1
0
forked from VimPlug/jedi

Fix an import names completion issue

This commit is contained in:
Dave Halter
2019-05-17 23:34:17 +02:00
parent 02ab71ff26
commit 4b829c358b
2 changed files with 14 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ with_stub.in_
#? ['in_with_stub_both', 'in_with_stub_python', 'in_with_stub_stub']
from stub_folder.with_stub import in_
#? ['with_stub', 'stub_only']
#? ['with_stub', 'stub_only', 'with_stub_folder', 'stub_only_folder']
from stub_folder.
# -------------------------