#604 Change match_id to match_id_list, for future highlights spanning more than 8 lines

This commit is contained in:
w0rp
2017-05-31 10:27:29 +01:00
parent e72dc1acd5
commit fd49f7df90
3 changed files with 12 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ Execute(The loclist should be updated after linting is done):
AssertEqual ['' . bufnr('%')], keys(g:ale_buffer_info)
let g:expected_data[0].match_id = getmatches()[0].id
let g:expected_data[1].match_id = getmatches()[1].id
let g:expected_data[0].match_id_list = [getmatches()[0].id]
let g:expected_data[1].match_id_list = [getmatches()[1].id]
AssertEqual g:expected_data, g:ale_buffer_info[bufnr('%')].loclist