check guard for all extensions. resolves #241.

This commit is contained in:
Bailey Ling
2013-09-10 15:37:25 +00:00
parent 55f524de77
commit 3a5a40730a
12 changed files with 51 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
" MIT License. Copyright (c) 2013 Bailey Ling.
" vim: et ts=2 sts=2 sw=2
if !get(g:, 'loaded_csv', 0)
finish
endif
let s:column_display = get(g:, 'airline#extensions#csv#column_display', 'Number')
function! airline#extensions#csv#get_column()