Suggest functions for fixing issues for ALEFix

This commit is contained in:
w0rp
2017-05-20 18:56:44 +01:00
parent 59d9f5d458
commit 3530180a73
5 changed files with 139 additions and 2 deletions

View File

@@ -281,6 +281,8 @@ command! -bar ALEInfoToClipboard :call ale#debugging#InfoToClipboard()
" Fix problems in files.
command! -bar ALEFix :call ale#fix#Fix()
" Suggest registered functions to use for fixing problems.
command! -bar ALEFixSuggest :call ale#fix#registry#Suggest(&filetype)
" <Plug> mappings for commands
nnoremap <silent> <Plug>(ale_previous) :ALEPrevious<Return>