#1049 Do not modify runtimepath if the conflict warnings are disabled

This commit is contained in:
w0rp
2017-10-26 12:26:16 +01:00
parent 0702cb59b7
commit f15c8f4127
2 changed files with 12 additions and 5 deletions

View File

@@ -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*