diff options
author | w0rp <w0rp@users.noreply.github.com> | 2020-08-17 21:29:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 21:29:16 +0100 |
commit | eb864730e2bf843f83dcf58ae43c802ad0cad8ee (patch) | |
tree | 2fb99823bad74b288ce3f5868a871490c0d4cb3b /ale_linters/sh | |
parent | 514e5a8baa539f38c62881673727be6f67935d75 (diff) | |
parent | ece229c06f36efdc172ae6d70c73b72a16bb4cdf (diff) | |
download | ale-eb864730e2bf843f83dcf58ae43c802ad0cad8ee.zip |
Merge pull request #2906 from elebow/shelldetect-fall-back-to-filetype-if-no-hashbang
ShellDetect falls back to filetype if no hashbang (fixes #2886)
Diffstat (limited to 'ale_linters/sh')
-rw-r--r-- | ale_linters/sh/shell.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/sh/shell.vim b/ale_linters/sh/shell.vim index 171fe64e..73ab3608 100644 --- a/ale_linters/sh/shell.vim +++ b/ale_linters/sh/shell.vim @@ -1,5 +1,5 @@ " Author: w0rp <devw0rp@gmail.com> -" Description: Lints sh files using bash -n +" Description: Lints shell files by invoking the shell with -n " Backwards compatibility if exists('g:ale_linters_sh_shell_default_shell') |