From 1584ee79f68f1cfa6be5efb689091c28c6d21bc8 Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Sat, 17 Aug 2013 23:56:50 +0000 Subject: [PATCH] add missing space --- autoload/airline.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/airline.vim b/autoload/airline.vim index 777b2d7..ae57814 100644 --- a/autoload/airline.vim +++ b/autoload/airline.vim @@ -32,7 +32,7 @@ function! airline#get_statusline(winnr, active) \ .'%{g:airline_detect_paste && &paste ? g:airline_paste_symbol." " : ""}') call builder.add_section('airline_b', s:get_section(a:winnr, 'b')) call builder.add_section('airline_c', '%<'.s:get_section(a:winnr, 'c') - \ .'%#airline_file#%{&ro ? g:airline_readonly_symbol : ""}') + \ .' %#airline_file#%{&ro ? g:airline_readonly_symbol : ""}') else call builder.add_section('airline_c', '%f%m') endif