summaryrefslogtreecommitdiff
path: root/test/test_list_opening.vader
AgeCommit message (Collapse)Author
2023-09-08#4454 Clean up root test directory testsw0rp
Combine cases into smaller tests of tests and remove tests we no longer need. Linter tests have been moved to where they should be.
2022-02-04Treat ale_open_list integer values as thresholds (#4050)nospam2998
Only open list window if the number of warnings or errors equals to or exceeds the value of ale_open_list. No change when set to `1`. Co-authored-by: cos <cos>
2018-07-23Get tests to pass in Vim 8.1w0rp
2018-03-02Option to open lists vertically (#1381)Andrew Crites
* Add configuration option to open lists vertically * Add tests, clean up vertical list config * Vertical list option cleanup * Use is# for tests * Order properties in documentation alphabetically
2017-09-08Fix #912 - Close lists automatically when g:ale_open_list is set to ↵w0rp
'on_save' again
2017-09-03Fix #899 - Make the quickfix and loclist windows close againw0rp
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-08Fix #833 - Do not open windows on save when the option is offw0rp
2017-08-08Fix #271 - Add the ability to open the quickfix or loclist windows only ↵w0rp
after saving a file
2017-06-08Experimental code for showing results as soon as each linter completesw0rp
2017-06-01Fix #499 Set an explicit height for the quickfix list, and make the height ↵w0rp
configurable
2017-03-24Fix #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 loclistw0rp
2017-01-22Clean up the list opening testsw0rp