diff options
Diffstat (limited to 'doc/ale-sh.txt')
-rw-r--r-- | doc/ale-sh.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ale-sh.txt b/doc/ale-sh.txt index 597b75ff..1d9f12fa 100644 --- a/doc/ale-sh.txt +++ b/doc/ale-sh.txt @@ -5,8 +5,8 @@ ALE Shell Integration *ale-sh-options* ------------------------------------------------------------------------------- shell *ale-sh-shell* -g:ale_linters_sh_shell_default_shell *g:ale_linters_sh_shell_default_shell* - *b:ale_linters_sh_shell_default_shell* +g:ale_sh_shell_default_shell *g:ale_sh_shell_default_shell* + *b:ale_sh_shell_default_shell* Type: |String| Default: The current shell (`$SHELL`) or `'bash'` if that cannot be read. @@ -41,8 +41,8 @@ g:ale_sh_shellcheck_options *g:ale_sh_shellcheck_options* let g:ale_sh_shellcheck_options = '-x' < -g:ale_linters_sh_shellcheck_exclusions *g:ale_linters_sh_shellcheck_exclusions* - *b:ale_linters_sh_shellcheck_exclusions* +g:ale_sh_shellcheck_exclusions *g:ale_sh_shellcheck_exclusions* + *b:ale_sh_shellcheck_exclusions* Type: |String| Default: `''` @@ -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_linters_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164' + \ let b:ale_sh_shellcheck_exclusions = 'SC2034,SC2154,SC2164' < ------------------------------------------------------------------------------- |