summaryrefslogtreecommitdiff
path: root/test/test_ale_init_au_groups.vader
AgeCommit message (Expand)Author
2017-08-22#653 - Always set loclist or quickfix in a timer callback, which prevents err...w0rp
2017-08-20#653 - Jump to the position which Vim does not jump to for moving from quickf...w0rp
2017-08-20#653 - Automatically accept annoying loclist and quickfix errors from Vimw0rp
2017-08-16Cover completion with more testsw0rp
2017-08-14Set up one BufEnter event used for everything, and add tests for linting when...w0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-01#734 - Use the buffer number from the events for entering buffers and saving ...w0rp
2017-07-11Fix #747 - Lint and fix files after they have been been written to disk, not ...w0rp
2017-06-24Fix #687 - Check files on enter if they have changedw0rp
2017-06-06Use BufWinEnter for g:ale_lint_on_enter insteadw0rp
2017-06-05Do not check files on insert leavew0rp
2017-05-30#591 Support fixing files on savew0rp
2017-05-26Fix #316 - Add tests to check the code used for autocmd events. The functions...w0rp
2017-04-03#446 Fix g:ale_lint_on_text_changed compatibility issuesw0rp
2017-03-30Add options to facilitate linting only in normal mode (#425)taylorskalyo