#1363 Make ale#engine#IsCheckingBuffer part of the public API
This commit is contained in:
parent
0ddf16194d
commit
478a2883a6
2 changed files with 9 additions and 0 deletions
|
@ -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, {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue