address syntax errors

resolves #683
This commit is contained in:
Bailey Ling
2015-01-03 19:38:17 -05:00
parent 1fd9886219
commit 13ee9f456a
4 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
" MIT License. Copyright (c) 2013-2014 Bailey Ling.
" vim: et ts=2 sts=2 sw=2
scriptencoding utf-8
let s:formatter = get(g:, 'airline#extensions#tabline#formatter', 'default')
let s:excludes = get(g:, 'airline#extensions#tabline#excludes', [])
let s:tab_nr_type = get(g:, 'airline#extensions#tabline#tab_nr_type', 0)