forked from VimPlug/jedi
Handle backslash escaping.
This commit is contained in:
@@ -265,6 +265,7 @@ def generate_tokens(readline):
|
||||
break
|
||||
yield NAME, token, spos, prefix
|
||||
elif initial == '\\' and line[start:] == '\\\n': # continued stmt
|
||||
additional_prefix += line[start:]
|
||||
continue
|
||||
else:
|
||||
if token in '([{':
|
||||
|
||||
Reference in New Issue
Block a user