Skip to content

Commit

Permalink
Finalize entire word highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Sep 14, 2018
1 parent 285fd99 commit 189833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyls_mypy/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def pyls_lint(document):

diagnostics = []
for line in report.splitlines():
diag = parse_line(line)
diag = parse_line(line, document)
if diag:
diagnostics.append(diag)

Expand Down

0 comments on commit 189833c

Please sign in to comment.