summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-05-28 16:47:32 +0100
committerw0rp <devw0rp@gmail.com>2018-05-28 16:47:32 +0100
commite49e7d52bc29a902a813a8f2f638249ee10ea316 (patch)
tree64eb22afa7cb6418ac46af3535e6703691d7a94d /doc/ale.txt
parent8a659b7cc6ca1c9e7fc7c0d14541d1e12563b83b (diff)
downloadale-e49e7d52bc29a902a813a8f2f638249ee10ea316.zip
#1524 Remove the plugin conflict warnings
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 8a75ec11..25895f37 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -886,20 +886,6 @@ g:ale_echo_msg_warning_str *g:ale_echo_msg_warning_str*
The string used for `%severity%` for warnings. See |g:ale_echo_msg_format|
-g:ale_emit_conflict_warnings *g:ale_emit_conflict_warnings*
-
- Type: |Number|
- Default: `1`
-
- 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*