summaryrefslogtreecommitdiff
path: root/test/test_ale_init_au_groups.vader
AgeCommit message (Collapse)Author
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 ↵w0rp
functions are already tested elsewhere
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
* [#420] Add options to facilitate linting only in normal mode ale_lint_on_text_changed: Allow setting to 'insert' or 'normal' to lint when text is changed only in insert or normal mode respectively. ale_lint_on_insert_leave: This flag can be set to 1 to enable linting when leaving insert mode. * [#420] Test updated global options Ale should - bind to TextChanged events when g:ale_lint_on_text_changed = 1 - bind to TextChanged events when g:ale_lint_on_text_changed = 'always' - bind to InsertLeave event when g:ale_lint_on_insert_leave = 1