mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Get tests to pass in Vim 8.1
This commit is contained in:
@@ -51,7 +51,7 @@ Before:
|
||||
function! GetSimplerLoclist()
|
||||
let l:loclist = []
|
||||
|
||||
for l:item in getloclist(0)
|
||||
for l:item in ale#test#GetLoclistWithoutModule()
|
||||
call add(l:loclist, {
|
||||
\ 'lnum': l:item.lnum,
|
||||
\ 'col': l:item.col,
|
||||
|
||||
Reference in New Issue
Block a user