forked from VimPlug/jedi
Merge branch 'dev' of github.com:davidhalter/jedi into dev
This commit is contained in:
@@ -239,6 +239,8 @@ def generate_tokens(readline, use_exact_op_types=False):
|
||||
if not line:
|
||||
if contstr:
|
||||
yield TokenInfo(ERRORTOKEN, contstr, contstr_start, prefix)
|
||||
if contstr.endswith('\n'):
|
||||
new_line = True
|
||||
break
|
||||
|
||||
lnum += 1
|
||||
|
||||
Reference in New Issue
Block a user