ale/doc
taylorskalyo 36f9631512 Add options to facilitate linting only in normal mode (#425)
* [#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-30 23:21:37 +01:00
..
ale-asm.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-c.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-cmake.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-cpp.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-css.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-erlang.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-fortran.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-html.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-java.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-javascript.txt #326 Document existing StandardJS options 2017-03-28 23:49:06 +01:00
ale-lua.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-ocaml.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-perl.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-php.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-python.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-ruby.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-rust.txt Use the lint_file option so the Cargo linter will only be run against files on disk 2017-03-29 00:34:03 +01:00
ale-sass.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-scss.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-sh.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-tex.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-vim.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-yaml.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale.txt Add options to facilitate linting only in normal mode (#425) 2017-03-30 23:21:37 +01:00