[add] check ale's toggle

This commit is contained in:
kazukazuinaina 2020-02-29 01:31:39 +09:00
parent 71a7e23f32
commit 9e3a0626bf
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
scriptencoding utf-8
if !get(g:, 'loaded_ale_dont_use_this_in_other_plugins_please', 0)
finish
endif
function! s:airline_ale_count(cnt, symbol)
return a:cnt ? a:symbol. a:cnt : ''
endfunction