Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location list stays open when empty #2957

Open
AdrienLemaire opened this issue Jan 7, 2020 · 0 comments
Open

Location list stays open when empty #2957

AdrienLemaire opened this issue Jan 7, 2020 · 0 comments
Labels

Comments

@AdrienLemaire
Copy link

Information

VIM version

NVIM v0.4.3
Build type: Release

PlugUpdate shows - ale: Already up to date.

Operating System: Arch linux

What went wrong

Whenever I write some python code and flake8 stop a linting error, saving the file will have black auto-fix the issue. I'm expecting :lclose to be auto-executed because the location list is now empty, but the location list stays open

Related to #2460.

Reproducing the bug

let g:ale_fixers = {
\   '*': ['remove_trailing_lines', 'trim_whitespace'],
\   'python': ['black'],
\ }
let g:ale_linters = {
\   'python': ['flake8'],
\}

:ALEInfo

https://gist.github.com/AdrienLemaire/7b37ed6386d1419c0d9799908a1edd78

@w0rp w0rp added the bug label Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants