1
0
forked from VimPlug/jedi

Temporarily fix an issue with list comprehensions.

This commit is contained in:
Dave Halter
2016-09-19 05:28:35 +02:00
parent 8aeeaec9c3
commit ccc325616a
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ On Linux, if environment variable ``$XDG_CACHE_HOME`` is set,
# parser
# ----------------
fast_parser = False
fast_parser = True
"""
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