From 979c81c59feec23672514463c29c018208b2c4d4 Mon Sep 17 00:00:00 2001 From: pydave Date: Thu, 12 Sep 2013 19:10:09 -0700 Subject: [PATCH] Include the quickfix title in the statusline The quickfix title often has useful information about how it was invoked. Include it in the statusline. --- autoload/airline/extensions.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 autoload/airline/extensions.vim diff --git a/autoload/airline/extensions.vim b/autoload/airline/extensions.vim old mode 100644 new mode 100755 index ee98617e..65fbda93 --- a/autoload/airline/extensions.vim +++ b/autoload/airline/extensions.vim @@ -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'