Close #1439 - Add an :ALEInfoToFile command

This commit is contained in:
w0rp
2018-04-08 19:04:07 +01:00
parent 1123669839
commit 7cf3ddf6c4
5 changed files with 51 additions and 3 deletions

View File

@@ -259,6 +259,8 @@ command! -bar ALELint :call ale#Queue(0, 'lint_file')
command! -bar ALEInfo :call ale#debugging#Info()
" The same, but copy output to your clipboard.
command! -bar ALEInfoToClipboard :call ale#debugging#InfoToClipboard()
" Copy ALE information to a file.
command! -bar -nargs=1 ALEInfoToFile :call ale#debugging#InfoToFile(<f-args>)
" Fix problems in files.
command! -bar ALEFix :call ale#fix#Fix()