1
0
forked from VimPlug/jedi

much faster parsing for get_in_function_call, fixes parts of #34

This commit is contained in:
David Halter
2012-10-21 01:41:17 +02:00
parent 65e1b372b6
commit 36fd73a239
5 changed files with 76 additions and 10 deletions

View File

@@ -62,3 +62,10 @@ additional_dynamic_modules = []
max_function_recursion_level = 5
max_until_execution_unique = 50
max_executions = 1000
# ----------------
# various
# ----------------
# Size of the current code part, which is used to speed up parsing.
part_line_length = 20