Fix Funcref fixers for NeoVim
This commit is contained in:
parent
ed097cfcbd
commit
ad52b9630d
@ -265,7 +265,7 @@ function! s:GetCallbacks() abort
|
||||
endif
|
||||
endif
|
||||
|
||||
call add(l:corrected_list, function(l:Item))
|
||||
call add(l:corrected_list, ale#util#GetFunction(l:Item))
|
||||
endfor
|
||||
|
||||
return l:corrected_list
|
||||
|
Loading…
Reference in New Issue
Block a user