summaryrefslogtreecommitdiff
path: root/ale_linters/sh/shell.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/sh/shell.vim')
-rw-r--r--ale_linters/sh/shell.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/ale_linters/sh/shell.vim b/ale_linters/sh/shell.vim
index 73ab3608..0605c285 100644
--- a/ale_linters/sh/shell.vim
+++ b/ale_linters/sh/shell.vim
@@ -1,11 +1,6 @@
" Author: w0rp <devw0rp@gmail.com>
" Description: Lints shell files by invoking the shell with -n
-" Backwards compatibility
-if exists('g:ale_linters_sh_shell_default_shell')
- let g:ale_sh_shell_default_shell = g:ale_linters_sh_shell_default_shell
-endif
-
" This option can be changed to change the default shell when the shell
" cannot be taken from the hashbang line.
if !exists('g:ale_sh_shell_default_shell')