vim-airline-themes/plugin/airline-themes.vim

10 lines
255 B
VimL
Raw Normal View History

2019-11-27 11:19:34 +08:00
" MIT License. Copyright (c) 2013-2019 Bailey Ling & Contributors.
2016-01-28 11:23:12 +08:00
" vim: et ts=2 sts=2 sw=2
2019-11-27 11:19:34 +08:00
scriptencoding utf-8
if &cp || v:version < 702 || (exists('g:loaded_airline_themes') && g:loaded_airline_themes)
2016-01-28 11:23:12 +08:00
finish
endif
let g:loaded_airline_themes = 1