From 3530180a73ec53c6c029926173c34e0d78a8ac70 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 20 May 2017 18:56:44 +0100 Subject: Suggest functions for fixing issues for ALEFix --- plugin/ale.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/ale.vim') diff --git a/plugin/ale.vim b/plugin/ale.vim index 28b8bebf..a1a86662 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -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) " mappings for commands nnoremap (ale_previous) :ALEPrevious -- cgit v1.2.3