mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Fix Funcref fixers for NeoVim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user