forked from VimPlug/jedi
Remove start_parsing completely from the Parsers.
This commit is contained in:
@@ -377,7 +377,6 @@ class DiffParser(object):
|
||||
self._active_parser = ParserWithRecovery(
|
||||
self._grammar,
|
||||
source='\n',
|
||||
start_parsing=False
|
||||
)
|
||||
return self._active_parser.parse(tokens=tokens)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user