account for possibility of uninitialized variable

This commit is contained in:
Bailey Ling 2015-02-19 07:09:24 -05:00
parent 7394642293
commit 63e309130a

View File

@ -1,6 +1,7 @@
" MIT License. Copyright (c) 2013-2015 Bailey Ling.
" vim: et ts=2 sts=2 sw=2
let s:show_buffers = get(g:, 'airline#extensions#tabline#show_buffers', 1)
let s:buf_min_count = get(g:, 'airline#extensions#tabline#buffer_min_count', 0)
let s:tab_min_count = get(g:, 'airline#extensions#tabline#tab_min_count', 0)