diff options
author | Ben Boeckel <mathstuf@users.noreply.github.com> | 2022-10-29 11:56:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 20:56:09 +0900 |
commit | 28cff80652f31d72807493487e92f32fe81648bd (patch) | |
tree | 2714193a64bd5e075c2f2ea0d11c1f655a144bd4 /test/test_highlight_placement.vader | |
parent | e4b20544082ba019d8095cbc24ffab43b15e8fc0 (diff) | |
download | ale-28cff80652f31d72807493487e92f32fe81648bd.zip |
codespell: fix spelling errors picked out by `codespell` (#4343)
Diffstat (limited to 'test/test_highlight_placement.vader')
-rw-r--r-- | test/test_highlight_placement.vader | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_highlight_placement.vader b/test/test_highlight_placement.vader index 44ae369b..e8b7ac27 100644 --- a/test/test_highlight_placement.vader +++ b/test/test_highlight_placement.vader @@ -261,7 +261,7 @@ Execute(Only ALE highlights should be restored when buffers are restored): \ sort(GetMatchesWithoutIDs(), {m1, m2 -> m1.group < m2.group ? -1 : 1}) endif -Execute(Higlight end columns should set an appropriate size): +Execute(Highlight end columns should set an appropriate size): call ale#highlight#SetHighlights(bufnr('%'), [ \ {'bufnr': bufnr('%'), 'type': 'E', 'lnum': 3, 'col': 2, 'end_col': 5}, \ {'bufnr': bufnr('%'), 'type': 'W', 'lnum': 4, 'col': 1, 'end_col': 5}, @@ -274,7 +274,7 @@ Execute(Higlight end columns should set an appropriate size): \ ], \ GetMatchesWithoutIDs() -Execute(Higlight end columns should set an appropriate size): +Execute(Highlight end columns should set an appropriate size): call ale#highlight#SetHighlights(bufnr('%'), [ \ {'bufnr': bufnr('%') - 1, 'type': 'E', 'lnum': 1, 'col': 1}, \ {'bufnr': bufnr('%'), 'type': 'E', 'lnum': 1, 'col': 1}, @@ -424,7 +424,7 @@ Execute(Highlights should be cleared when ALE is disabled): Execute(Line highlights should be set when signs are disabled): " This will mess with your settings, but it needs to be tested. - " We need to match highlights case-insenstive when removing them. + " We need to match highlights case-insensitively when removing them. hi link aleerrorline spellbad let g:ale_set_signs = 0 |