update according to PR comments

This commit is contained in:
Christian Brabandt
2016-02-11 17:22:09 +01:00
parent e4ef624ea8
commit 2c5aa75d5f
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ function! airline#extensions#tabline#tabs#get()
else
let group = 'airline_tab_right'
endif
call b.add_section(group, '%'.i.'Ttab '.i)
call b.add_section_spaced(group, '%'.i.'Ttab '.i)
endfor
call b.add_raw('%<')