diff options
author | w0rp <devw0rp@gmail.com> | 2017-02-13 22:11:35 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-02-13 22:11:35 +0000 |
commit | 0589022c76f7b656ea90595150dbbb635e49b003 (patch) | |
tree | ece7162826a6c1c73a6f1bef88683a07f9275cef /plugin | |
parent | f6bc73b749f28b31500716710429738afa9d6bc9 (diff) | |
download | ale-0589022c76f7b656ea90595150dbbb635e49b003.zip |
Include most linter variables in ALEInfo
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/ale.vim | 2 |
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> |