add tests for ale_shell option

This commit is contained in:
Holden
2018-12-28 11:58:55 -05:00
parent 57a04701c3
commit c499825a0b
4 changed files with 11 additions and 4 deletions

View File

@@ -1990,7 +1990,7 @@ g:ale_windows_node_executable_path *g:ale_windows_node_executable_path*
scripts are executed with whatever executable is configured with this
setting.
g:ale_shell *g:ale_shell*
g:ale_shell *g:ale_shell*
Type: |String|
Default: `'&shell'`
@@ -2000,7 +2000,7 @@ g:ale_shell *g:ale_shell*
which corresponds to the $SHELL environment variable. For example
if `$SHELL == '/bin/bash'`, but you want to use zsh, set `g:ale_shell = '/bin/zsh'.`
g:ale_shell_arguments *g:ale_shell_arguments*
g:ale_shell_arguments *g:ale_shell_arguments*
Type: |String|
Default: `'&shellcmdflag'`