summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-11-10 10:06:48 +0000
committerw0rp <devw0rp@gmail.com>2018-11-10 10:06:56 +0000
commitf8d3ffb60e132e3c4b0b853b9ae21b49acdacd5d (patch)
tree64d9bc3f4d8b727ff7b0b09bc1b8bed978258fa7 /doc
parente4faf82cab34869c5ecdc097b9eb0209c9ad9318 (diff)
downloadale-f8d3ffb60e132e3c4b0b853b9ae21b49acdacd5d.zip
Fix #1960 - Do not fix files on :wq
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 505b94d8..d619e526 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1186,6 +1186,9 @@ b:ale_fix_on_save *b: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.
+ Files will not be fixed on `:wq`, so you should check your code before
+ closing a buffer.
+
Fixing files can be disabled or enabled for individual buffers by setting
`b:ale_fix_on_save` to `0` or `1`.