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