Close #4618 - Do not show info for the ALEInfo window

This commit is contained in:
w0rp
2025-03-14 09:19:41 +00:00
parent 1acd964a2b
commit 15bf26632c
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -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:]