1
0
forked from VimPlug/jedi

update parser settings

This commit is contained in:
David Halter
2012-12-18 01:09:21 +01:00
parent 92feb2f1d6
commit 2a8660b989
2 changed files with 12 additions and 3 deletions

View File

@@ -18,9 +18,15 @@ add_bracket_after_function = False
# parser
# ----------------
# Use the fast parser, may cause problems sometimes.
# Use the fast parser. This means that reparsing is only being done if
# something has been changed e.g. to a function. If this happens, only the
# function is being reparsed.
fast_parser = True
# This is just a debugging option. Always reparsing means that the fast parser
# is basically useless. So don't use it.
fast_parser_always_reparse = False
# ----------------
# dynamic stuff
# ----------------