[fix] CI's error

This commit is contained in:
kazukazuinaina
2020-07-21 14:35:22 +09:00
parent 13a92b1474
commit 19fdf61efe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ function! airline#extensions#searchcount#init(ext) abort
endfunction
function! airline#extensions#searchcount#apply(...) abort
call airline#extensions#append_to_section('y',
call airline#extensions#append_to_section('y',
\ '%{v:hlsearch ? airline#extensions#searchcount#status() : ""}')
endfunction