Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | #427 - Output buffer-local variables with :ALEInfo | 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 | |||
2017-03-27 | Enabling linting on save by default, re #333 | w0rp | |
2017-02-16 | #254 Add an option for logging the output of commands | w0rp | |
2017-02-16 | #254 Capture command exit codes in the history | w0rp | |
2017-02-16 | Refactor history management functions into their own file | w0rp | |
2017-02-14 | #254 Add command history to ALEInfo | w0rp | |
2017-02-13 | Output ALE global variables for :ALEInfo | w0rp | |
2017-02-13 | Include most linter variables in ALEInfo | w0rp | |
2017-01-24 | Add ALEInfo command to get list of available/enabled linters (#273) | DiscoViking | |
* Add ALEInfo command to get list of available/enabled linters for current filetype * Add Vader tests for ALEInfo command * Fix ALEInfo tests breaking CI by echoing too much output to screen * Speculative change to Makefile which seems to fix test hanging problem locally. * Fix Vader tests to not require a TTY |