1
0
forked from VimPlug/jedi

completions on jedi now don't run into almost endless loop anymore

This commit is contained in:
David Halter
2012-08-23 02:05:45 +02:00
parent ddc7c73c46
commit cfba8216c9
5 changed files with 49 additions and 30 deletions

View File

@@ -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