From 5b994f77b1d57376a7d6727d21c2d74a56c13b65 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Sun, 29 Mar 2020 23:13:13 +0900 Subject: [PATCH] fix coc's unit test --- t/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/init.vim b/t/init.vim index 60f36d8b..29d3694c 100644 --- a/t/init.vim +++ b/t/init.vim @@ -30,7 +30,7 @@ describe 'init sections' end it 'section c should be file and coc_status' - Expect g:airline_section_c == '%<%f%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#%#__accent_airline_term#%#__restore__#' + Expect g:airline_section_c == '%<%f%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#%#__accent_bold#%#__restore__#' end it 'section x should be filetype'