diff options
author | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-04-28 00:01:01 +0200 |
---|---|---|
committer | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-04-28 00:01:01 +0200 |
commit | 7230cbe9e43d64a02212ae4803abff874e39b8d6 (patch) | |
tree | 251dfe5284bd59122a683d844559be9f4b93e50b /doc | |
parent | ba6dbde906a297dbb95d350f9cddfbc00f1070a5 (diff) | |
download | ale-7230cbe9e43d64a02212ae4803abff874e39b8d6.zip |
Use ale#Var in linters that didn't use it yet
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-sh.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-sh.txt b/doc/ale-sh.txt index b35d6f2e..597b75ff 100644 --- a/doc/ale-sh.txt +++ b/doc/ale-sh.txt @@ -53,7 +53,7 @@ g:ale_linters_sh_shellcheck_exclusions *g:ale_linters_sh_shellcheck_exclusions* will be sourced by other scripts, use the buffer-local variant: > autocmd BufEnter PKGBUILD,.env - \ let b:ale_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164' + \ let b:ale_linters_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164' < ------------------------------------------------------------------------------- |