diff options
Diffstat (limited to 'ale_linters/sh/shell.vim')
-rw-r--r-- | ale_linters/sh/shell.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ale_linters/sh/shell.vim b/ale_linters/sh/shell.vim index 6c93933a..f5987c03 100644 --- a/ale_linters/sh/shell.vim +++ b/ale_linters/sh/shell.vim @@ -1,3 +1,6 @@ +" Author: w0rp <devw0rp@gmail.com> +" Description: Lints sh files using bash -n + if exists('g:loaded_ale_linters_sh_shell') finish endif |