diff options
author | w0rp <devw0rp@gmail.com> | 2017-03-27 20:36:35 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-03-27 20:36:35 +0100 |
commit | c9ee3efc1111d0de61e22d1c4cd6c1a49d5ae74a (patch) | |
tree | 88d1b600d8631c6b7e833b863776c71c5d8f4418 /doc/ale.txt | |
parent | 4abefc189c04c70972a398254675f7ec93a8eba0 (diff) | |
download | ale-c9ee3efc1111d0de61e22d1c4cd6c1a49d5ae74a.zip |
Enabling linting on save by default, re #333
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index b09a0541..932b5204 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -279,7 +279,7 @@ g:ale_lint_on_enter *g:ale_lint_on_enter* g:ale_lint_on_save *g:ale_lint_on_save* Type: |Number| - Default: `0` + Default: `1` This option will make ALE run the linters whenever a file is saved when it it set to `1` in your vimrc file. This option can be used in combination |