mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-11 09:08:32 +08:00
Close #4618 - Do not show info for the ALEInfo window
This commit is contained in:
@@ -340,6 +340,11 @@ function! ale#debugging#InfoCommand(...) abort
|
||||
return
|
||||
endif
|
||||
|
||||
" Do not show info for the info window itself.
|
||||
if &filetype is# 'ale-info'
|
||||
return
|
||||
endif
|
||||
|
||||
" Get 'echo' from '-echo', if there's an argument.
|
||||
let l:mode = get(a:000, '')[1:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user