Merge branch '256' into dev

This commit is contained in:
Bailey Ling
2013-09-22 17:29:37 -04:00
9 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ function! s:get_tabs()
if s:tab_nr_type == 0
let val .= ' %{len(tabpagebuflist('.i.'))}'
else
let val .= ' '.i
let val .= (g:airline_symbols.space).i
endif
call b.add_section(group, val.'%'.i.'T %{airline#extensions#tabline#title('.i.')} %)')
endfor