Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-24 | Fix #687 - Check files on enter if they have changed | w0rp | |
2017-06-06 | Use BufWinEnter for g:ale_lint_on_enter instead | w0rp | |
2017-06-05 | Do not check files on insert leave | w0rp | |
2017-05-30 | #591 Support fixing files on save | w0rp | |
2017-05-26 | Fix #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 issues | w0rp | |
2017-03-30 | Add 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 |