mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-22 02:52:14 +08:00
Fix #783 - Do not run Flow with home directory configuration files by default
This commit is contained in:
@@ -27,6 +27,11 @@ endfunction
|
||||
" Check if files are executable, and if they are, remember that they are
|
||||
" for subsequent calls. We'll keep checking until programs can be executed.
|
||||
function! ale#engine#IsExecutable(buffer, executable) abort
|
||||
if empty(a:executable)
|
||||
" Don't log the executable check if the executable string is empty.
|
||||
return 0
|
||||
endif
|
||||
|
||||
if has_key(s:executable_cache_map, a:executable)
|
||||
return 1
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user