forked from VimPlug/jedi
completions on jedi now don't run into almost endless loop anymore
This commit is contained in:
10
settings.py
10
settings.py
@@ -1,4 +1,14 @@
|
||||
# ----------------
|
||||
# global settings
|
||||
# ----------------
|
||||
|
||||
dynamic_arrays_instances = True
|
||||
dynamic_array_additions = True
|
||||
dynamic_params = True
|
||||
|
||||
# ----------------
|
||||
# internally used:
|
||||
# ----------------
|
||||
|
||||
# evaluation of +=, -=, /=, etc.
|
||||
evaluate_special_assignments = True
|
||||
|
||||
Reference in New Issue
Block a user