mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-11 14:08:28 +08:00
Close #1439 - Add an :ALEInfoToFile command
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user