index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_list_opening.vader
Age
Commit message (
Collapse
)
Author
2017-09-08
Fix #912 - Close lists automatically when g:ale_open_list is set to ↵
w0rp
'on_save' again
2017-09-03
Fix #899 - Make the quickfix and loclist windows close again
w0rp
2017-08-19
#653 Collect items for quickfix from all buffers, and de-duplicate them. Set ↵
w0rp
filename items in quickfix and loclist.
2017-08-08
Fix #833 - Do not open windows on save when the option is off
w0rp
2017-08-08
Fix #271 - Add the ability to open the quickfix or loclist windows only ↵
w0rp
after saving a file
2017-06-08
Experimental code for showing results as soon as each linter completes
w0rp
2017-06-01
Fix #499 Set an explicit height for the quickfix list, and make the height ↵
w0rp
configurable
2017-03-24
Fix #272 by checking if quickfix is open before reopening to avoid ↵
Lucas Kolstad
triggering a BufEnter event that causes quickly repeating linting runs when g:ale_lint_on_enter = 1. Add test assertions that quickfix window closes when lists become empty again.
2017-03-09
#376 Use the window ID for a given buffer for setting the loclist
w0rp
2017-01-22
Clean up the list opening tests
w0rp