tabline: fix typo

related: #2103
This commit is contained in:
Christian Brabandt 2020-03-30 08:27:20 +02:00
parent 74ca43a9b6
commit 29eec37c66
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ function! airline#extensions#tabline#add_label(dict, type, right)
endfunction
function! airline#extensions#tabline#add_tab_label(dict)
let show_tab_count = get(g:, 'airline#extensions#tabline#show_tab_conut', 1)
let show_tab_count = get(g:, 'airline#extensions#tabline#show_tab_count', 1)
if show_tab_count == 2
call a:dict.add_section_spaced('airline_tabmod', printf('%s %d/%d', "tab", tabpagenr(), tabpagenr('$')))
elseif show_tab_count == 1 && tabpagenr('$') > 1