summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2020-08-17 21:29:16 +0100
committerGitHub <noreply@github.com>2020-08-17 21:29:16 +0100
commiteb864730e2bf843f83dcf58ae43c802ad0cad8ee (patch)
tree2fb99823bad74b288ce3f5868a871490c0d4cb3b /ale_linters
parent514e5a8baa539f38c62881673727be6f67935d75 (diff)
parentece229c06f36efdc172ae6d70c73b72a16bb4cdf (diff)
downloadale-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')
-rw-r--r--ale_linters/sh/shell.vim2
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')