mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-09 03:01:23 +08:00
Added a vim-gutentags extension
Added a segment that displays whether gutentags is running a ctags instance.
This commit is contained in:
committed by
Christian Brabandt
parent
fb85c0a91a
commit
724beb0c73
@@ -34,7 +34,7 @@ describe 'init sections'
|
||||
end
|
||||
|
||||
it 'section x should be filetype'
|
||||
Expect g:airline_section_x == '%{airline#util#wrap(airline#parts#filetype(),0)}'
|
||||
Expect g:airline_section_x == '%{airline#util#prepend(\"\",0)}%{airline#util#wrap(airline#parts#filetype(),0)}'
|
||||
end
|
||||
|
||||
it 'section y should be fenc and ff'
|
||||
|
||||
Reference in New Issue
Block a user