forked from VimPlug/jedi
Don't use the fast parser at the moment. It's more important for now to even get a parser working.
This commit is contained in:
@@ -137,7 +137,7 @@ On Linux, if environment variable ``$XDG_CACHE_HOME`` is set,
|
||||
# parser
|
||||
# ----------------
|
||||
|
||||
fast_parser = True
|
||||
fast_parser = 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
|
||||
|
||||
Reference in New Issue
Block a user