diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-01-21 19:59:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-21 19:59:38 +0000 |
commit | 37107df6f37a63f4e8e7fc8d08ef9ea7c0398a88 (patch) | |
tree | 923eb65c0daca9c69e601f48c2861691c75da940 /test/test_ignoring_linters.vader | |
parent | bffb26cb72017c33be08d5ee74ec56b982bdf736 (diff) | |
parent | c2e4b553d0a60c642a3e78c07af37f1c4aa8c220 (diff) | |
download | ale-37107df6f37a63f4e8e7fc8d08ef9ea7c0398a88.zip |
Merge pull request #2223 from andreypopp/andreypopp/lsp-diagnostics-end
End position in LSP range is exclusive
Diffstat (limited to 'test/test_ignoring_linters.vader')
-rw-r--r-- | test/test_ignoring_linters.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ignoring_linters.vader b/test/test_ignoring_linters.vader index 866f9e0d..32eae954 100644 --- a/test/test_ignoring_linters.vader +++ b/test/test_ignoring_linters.vader @@ -242,7 +242,7 @@ Execute(Buffer ignore lists should be applied for LSP linters): \ 'lnum': 1, \ 'col': 10, \ 'type': 'E', - \ 'end_col': 10, + \ 'end_col': 9, \ 'end_lnum': 1, \ 'text': 'x', \ } |