1
0
forked from VimPlug/jedi

Fix some issues in call signatures.

This commit is contained in:
Dave Halter
2015-02-24 16:55:33 +01:00
parent b8386d29d5
commit 48392a7dac
3 changed files with 21 additions and 2 deletions
+2
View File
@@ -281,6 +281,8 @@ class FastParser(use_metaclass(CachedFastParser)):
# Split only new lines. Distinction between \r\n is the tokenizer's
# job.
# It seems like there's no problem with form feed characters here,
# because we're not counting lines.
self._lines = source.splitlines(True)
current_lines = []
is_decorator = False