1
0
forked from VimPlug/jedi

added additional_dynamic_modules setting

This commit is contained in:
David Halter
2012-09-26 18:19:41 +02:00
parent bb42a351e0
commit 908d019390
4 changed files with 36 additions and 13 deletions
+4
View File
@@ -28,6 +28,10 @@ dynamic_array_additions = True
# the params of a function.
dynamic_params = True
# Additional modules in which Jedi checks if statements are to be found. This
# is practical for IDE's, that want to administrate their modules themselves.
additional_dynamic_modules = []
# ----------------
# recursions
# ----------------