forked from VimPlug/jedi
15 lines
270 B
Python
15 lines
270 B
Python
# ----------------
|
|
# global settings
|
|
# ----------------
|
|
|
|
dynamic_arrays_instances = True
|
|
dynamic_array_additions = True
|
|
dynamic_params = True
|
|
|
|
# ----------------
|
|
# internally used:
|
|
# ----------------
|
|
|
|
# evaluation of +=, -=, /=, etc.
|
|
evaluate_special_assignments = True
|