Fix #891 - Do not check ctrlp-funky windows
This commit is contained in:
parent
f9b43a566c
commit
d482b8e3b7
2 changed files with 13 additions and 0 deletions
|
@ -48,6 +48,7 @@ function! ale#ShouldDoNothing(buffer) abort
|
|||
\ || ale#util#InSandbox()
|
||||
\ || !ale#Var(a:buffer, 'enabled')
|
||||
\ || ale#FileTooLarge()
|
||||
\ || getbufvar(a:buffer, '&l:statusline') =~# 'CtrlPMode.*funky'
|
||||
endfunction
|
||||
|
||||
" (delay, [linting_flag, buffer_number])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue