Add gen_tags.vim plugin support

Display a "Gen. gen_tags" text in section x when gen_tags
is generating tags, similar to gutentags support.
This commit is contained in:
Kamil Cukrowski
2020-10-16 16:43:22 +02:00
parent 83bd08a97a
commit 42b31b966b
6 changed files with 34 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ describe 'init sections'
end
it 'section x should be filetype'
Expect g:airline_section_x == '%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
Expect g:airline_section_x == '%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#prepend("",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
end
it 'section y should be fenc and ff'