1
0
forked from VimPlug/jedi

accidentally removed the fast_parser=True from settings

This commit is contained in:
David Halter
2012-12-18 01:51:36 +01:00
parent 74a51c87cb
commit 17c349400c

View File

@@ -21,7 +21,7 @@ add_bracket_after_function = False
# 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 = False
fast_parser = True
# This is just a debugging option. Always reparsing means that the fast parser
# is basically useless. So don't use it.