summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-10-26 12:26:16 +0100
committerw0rp <devw0rp@gmail.com>2017-10-26 12:26:16 +0100
commitf15c8f41279b8b8d9e397e55021d31ca983da3b0 (patch)
tree7984ce8f8723ce72f00a3ab5a14914dfb9cb6dee /doc
parent0702cb59b7099bc2f0ea224457d3c0d31bddf8ca (diff)
downloadale-f15c8f41279b8b8d9e397e55021d31ca983da3b0.zip
#1049 Do not modify runtimepath if the conflict warnings are disabled
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 4480ce97..1bc639b8 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -624,6 +624,11 @@ g:ale_emit_conflict_warnings *g:ale_emit_conflict_warnings*
When set to `0`, ALE will not emit any warnings on startup about conflicting
plugins. ALE will probably not work if other linting plugins are installed.
+ When this option is set to `1`, ALE will add its `after` directory to
+ |runtimepath| automatically, so the checks can be applied. Setting this
+ option to `0` before ALE is loaded will prevent ALE from modifying
+ |runtimepath|.
+
g:ale_enabled *g:ale_enabled*
*b:ale_enabled*