ale
ale copied to clipboard
quiting with ALEToggle Location List should close it
When ALEToggle is enabled in vim the rule violations are shown in the Location List.
When closing vim via :q it closes the file and let the location list open. The Location List can't be quit with :q but only with :q! because it contains "unsaved" changes.
→ Quiting the file should also quit the location list immediately. I am coming from syntastics where this is the default behavior.
I think you're right, and this isn't hard to implement.
When could you provide a fix?
I haven't thought of a good way to handle this. If you have some ideas, feel free to submit a pull request.