Include the quickfix title in the statusline

The quickfix title often has useful information about how it was
invoked. Include it in the statusline.
This commit is contained in:
pydave 2013-09-12 19:10:09 -07:00
parent 1dcdfc502e
commit 979c81c59f
1 changed files with 1 additions and 1 deletions

2
autoload/airline/extensions.vim Normal file → Executable file
View File

@ -65,7 +65,7 @@ function! airline#extensions#apply(...)
if &buftype == 'quickfix'
let w:airline_section_a = '%q'
let w:airline_section_b = ''
let w:airline_section_b = '%{w:quickfix_title}'
let w:airline_section_c = ''
let w:airline_section_x = ''
elseif &buftype == 'help'