moved using setting.fast_parser to fast_parser

This commit is contained in:
David Halter
2012-12-18 01:50:10 +01:00
parent 2a8660b989
commit 74a51c87cb
4 changed files with 6 additions and 12 deletions
+1 -1
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 = True
fast_parser = False
# This is just a debugging option. Always reparsing means that the fast parser
# is basically useless. So don't use it.