mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-11 09:08:32 +08:00
Suggest functions for fixing issues for ALEFix
This commit is contained in:
@@ -249,7 +249,7 @@ function! s:GetCallbacks() abort
|
||||
endfor
|
||||
|
||||
if empty(l:callback_list)
|
||||
echoerr 'No fixers have been defined for filetype: ' . &filetype
|
||||
echoerr 'No fixers have been defined. Try :ALEFixSuggest'
|
||||
return []
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user