Remove backwards compatibility with ancient setting names

This commit is contained in:
w0rp
2023-09-09 23:13:44 +01:00
parent 7b56ddc3f6
commit 92267a14ba
3 changed files with 1 additions and 25 deletions

View File

@@ -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')