Skip to content

Commit

Permalink
Merge pull request spyder-ide#13 from st4lk/finalize-entire-work-high…
Browse files Browse the repository at this point in the history
…light

Finalise entire word highlighting
  • Loading branch information
tomv564 authored Oct 29, 2018
2 parents 320ab50 + 189833c commit d169c25
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 @@ -49,7 +49,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 d169c25

Please sign in to comment.