Correct all Vint warnings

This commit is contained in:
w0rp
2016-10-08 23:55:58 +01:00
parent 16a150b277
commit 1ea0eda36c
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ if !exists('g:ale_linters_sh_shellcheck_exclusions')
let g:ale_linters_sh_shellcheck_exclusions = ''
endif
if g:ale_linters_sh_shellcheck_exclusions != ''
if g:ale_linters_sh_shellcheck_exclusions !=# ''
let s:exclude_option = '-e ' . g:ale_linters_sh_shellcheck_exclusions
else
let s:exclude_option = ''