#1363 Make ale#engine#IsCheckingBuffer part of the public API

This commit is contained in:
w0rp 2018-02-25 12:57:54 +00:00
parent 0ddf16194d
commit 478a2883a6
2 changed files with 9 additions and 0 deletions

View file

@ -76,6 +76,8 @@ function! ale#engine#InitBufferInfo(buffer) abort
return 0
endfunction
" This function is documented and part of the public API.
"
" Return 1 if ALE is busy checking a given buffer
function! ale#engine#IsCheckingBuffer(buffer) abort
let l:info = get(g:ale_buffer_info, a:buffer, {})