diff options
author | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-05-03 00:34:17 +0200 |
---|---|---|
committer | Adriaan Zonnenberg <amz@adriaan.xyz> | 2017-05-03 00:34:17 +0200 |
commit | 768a5e7421e59fb1ceb7ac07d58453e0bfc2e327 (patch) | |
tree | 3f1d8ed0355795208b8713e28bdcba91c4b99302 /doc/ale-sh.txt | |
parent | dce99faf8fd409ef6a866a1f5276af5c1b6e1a18 (diff) | |
download | ale-768a5e7421e59fb1ceb7ac07d58453e0bfc2e327.zip |
Document that ale_sh_shell_default_shell won't default to fish
Diffstat (limited to 'doc/ale-sh.txt')
-rw-r--r-- | doc/ale-sh.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale-sh.txt b/doc/ale-sh.txt index 1d9f12fa..e8c29ddc 100644 --- a/doc/ale-sh.txt +++ b/doc/ale-sh.txt @@ -8,7 +8,8 @@ shell *ale-sh-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. + Default: The current shell (`$SHELL`). Falls back to `'bash'` if that cannot be + read or if the current shell is `'fish'`. When ALE runs the linter for shells with the `-n` flag, it will attempt to read the shell from the shebang (`#!`) line from the shell script to |