From 50f7ad35529e0672e4161e3c74be5cb87196a2f1 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 30 Oct 2017 22:19:57 +0000 Subject: #857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers --- doc/ale.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ale.txt') diff --git a/doc/ale.txt b/doc/ale.txt index 368ba9e8..9b18d3d3 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -669,6 +669,7 @@ g:ale_fixers *g:ale_fixers* g:ale_fix_on_save *g:ale_fix_on_save* +b:ale_fix_on_save *b:ale_fix_on_save* Type: |Number| Default: `0` @@ -679,6 +680,9 @@ g:ale_fix_on_save *g:ale_fix_on_save* after files are fixed, only when the buffer is open, or re-opened. Changes to the file will be saved to the file on disk. + Fixing files can be disabled or enabled for individual buffers by setting + `b:ale_fix_on_save` to `0` or `1`. + g:ale_history_enabled *g:ale_history_enabled* -- cgit v1.2.3