mirror of
https://github.com/dense-analysis/ale
synced 2024-12-27 16:42:19 +00:00
Update the sandbox test now that functions can be defined in the sandbox
This commit is contained in:
parent
c1a2aa27f3
commit
c9a6b04dc7
@ -268,9 +268,8 @@ endfunction
|
|||||||
" See :help sandbox
|
" See :help sandbox
|
||||||
function! ale#util#InSandbox() abort
|
function! ale#util#InSandbox() abort
|
||||||
try
|
try
|
||||||
function! s:SandboxCheck() abort
|
let &equalprg=&equalprg
|
||||||
endfunction
|
catch /E48/
|
||||||
catch /^Vim\%((\a\+)\)\=:E48/
|
|
||||||
" E48 is the sandbox error.
|
" E48 is the sandbox error.
|
||||||
return 1
|
return 1
|
||||||
endtry
|
endtry
|
||||||
|
Loading…
Reference in New Issue
Block a user