summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-02-13 22:11:35 +0000
committerw0rp <devw0rp@gmail.com>2017-02-13 22:11:35 +0000
commit0589022c76f7b656ea90595150dbbb635e49b003 (patch)
treeece7162826a6c1c73a6f1bef88683a07f9275cef /plugin
parentf6bc73b749f28b31500716710429738afa9d6bc9 (diff)
downloadale-0589022c76f7b656ea90595150dbbb635e49b003.zip
Include most linter variables in ALEInfo
Diffstat (limited to 'plugin')
-rw-r--r--plugin/ale.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim
index 6afa603b..5f265c07 100644
--- a/plugin/ale.vim
+++ b/plugin/ale.vim
@@ -185,7 +185,7 @@ command! ALENextWrap :call ale#loclist_jumping#Jump('after', 1)
command! ALEToggle :call s:ALEToggle()
" Define command to get information about current filetype.
-command! ALEInfo :call ale#linter#Info()
+command! ALEInfo :call ale#debugging#Info()
" <Plug> mappings for commands
nnoremap <silent> <Plug>(ale_previous) :ALEPrevious<Return>